We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb3a3 commit ad4ba26Copy full SHA for ad4ba26
system/lib/html5/callback.c
@@ -36,7 +36,7 @@ void _emscripten_run_callback_on_thread(pthread_t t,
36
.user_data = user_data,
37
};
38
39
- if (!emscripten_proxy_sync(q, t, do_callback, &arg)) {
40
- assert(false && "emscripten_proxy_sync failed");
+ if (!emscripten_proxy_async(q, t, do_callback, &arg)) {
+ assert(false && "emscripten_proxy_async failed");
41
}
42
0 commit comments