Is there a way to return from infinit emscripten_set_main_loop #17155
Unanswered
aharondavid
asked this question in
Q&A
Replies: 2 comments
-
There is some documentation for emscripten_set_main_loop here: https://emscripten.org/docs/api_reference/emscripten.h.html#c.emscripten_set_main_loop If you set simulate_infinite_loop to true then the code after the call to emscripten_set_main_loop is never run. Its not possible return to that point in code. From that point on the idea is that the loop runs instead of the code in main. |
Beta Was this translation helpful? Give feedback.
0 replies
-
understood. |
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
-
Hi,
Is there a way to return from infinit emscripten_set_main_loop?
Beta Was this translation helpful? Give feedback.
All reactions