call scheduler from resume

This commit is contained in:
Brad Peabody
2020-05-11 17:29:04 -07:00
committed by Ayke
parent 473644d918
commit 29ca1147f5
+1
View File
@@ -58,6 +58,7 @@ func resume() {
go func() { go func() {
handleEvent() handleEvent()
}() }()
scheduler()
} }
//export go_scheduler //export go_scheduler