mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
refactor coroutine lowering and tasks
This commit is contained in:
@@ -8,6 +8,7 @@ type timeUnit int64
|
||||
func main() {
|
||||
preinit()
|
||||
initAll()
|
||||
callMain()
|
||||
go callMain()
|
||||
scheduler()
|
||||
abort()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user