mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 06:23:39 +00:00
refactor coroutine lowering and tasks
This commit is contained in:
@@ -22,7 +22,8 @@ func main() {
|
||||
systemInit()
|
||||
preinit()
|
||||
initAll()
|
||||
callMain()
|
||||
go callMain()
|
||||
scheduler()
|
||||
abort()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user