You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I call into my app from javascript but it seems like I have to kick-start the event loop by calling emscripten_resume_main_loop() ... is this safe? I.e. will Qt pause it again appropriately once the work is done?