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