Skip to content

Commit

Permalink
call scheduler from resume
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleypeabody authored and aykevl committed May 16, 2020
1 parent 473644d commit 29ca114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/runtime_wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func resume() {
go func() {
handleEvent()
}()
scheduler()
}

//export go_scheduler
Expand Down

0 comments on commit 29ca114

Please sign in to comment.