-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
From an external conversation:
A simpler solution using the new API (https://emscripten.org/docs/api_reference/proxying.h.html) would be to create a new
em_proxying_queuethen useemscripten_proxy_asycto send work to the main thread with it. No need for the double indirection in your previous solution. The proxied work will be automatically executed whenever the main thread returns to the event loop, just like in your previous solution, but without any code running during cancellation points.
Metadata
Metadata
Assignees
Labels
No labels