mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
refactor coroutine lowering and tasks
This commit is contained in:
@@ -40,7 +40,10 @@ func main() {
|
||||
initAll()
|
||||
|
||||
// Compiler-generated call to main.main().
|
||||
callMain()
|
||||
go callMain()
|
||||
|
||||
// Run the scheduler.
|
||||
scheduler()
|
||||
}
|
||||
|
||||
func preinit() {
|
||||
|
||||
Reference in New Issue
Block a user