mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
call scheduler from resume
This commit is contained in:
@@ -58,6 +58,7 @@ func resume() {
|
||||
go func() {
|
||||
handleEvent()
|
||||
}()
|
||||
scheduler()
|
||||
}
|
||||
|
||||
//export go_scheduler
|
||||
|
||||
Reference in New Issue
Block a user