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