Replies: 1 comment
-
|
Never mind, I see now that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I understand, once we call into the Emscripten binary via
main(ordynCall_iifor a thread), the event loop is blocked unless we unwind using Asyncify.Despite this, it seems that even after rewinding, my main worker is able to receive
checkMailboxmessages from other threads without any problems. How is this possible if the event loop of the main worker is blocked?Beta Was this translation helpful? Give feedback.
All reactions