-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
App: manage scheduler state from the main thread
This is required for the emscripten fetch calls to be issued in the main browser thread. If they are issued on another thread, they are only processed once the thread is finished. Otherwise we would have to investigate if there is a way to control on which thread the callbacks should be processed or we would have to proxy the emscripten_fetch calls to the main thread. This is further complicated because it needs to be transparent to the part of the code that also compiles to native. Signed-off-by: Alexander Krimm <[email protected]>
- Loading branch information
Showing
1 changed file
with
15 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters