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
-
As I understand, once we call into the Emscripten binary via
main
(ordynCall_ii
for 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
checkMailbox
messages 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