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
Currently, it seems runEventLoop always return 0.
However, with my use case, I want to do some setup after the event loop has started. If that setup fails, I want to exit and inform the user. Currently this requires me to add a custom global and return it. However exitEventLoop should probably do that.
The text was updated successfully, but these errors were encountered:
Currently, it seems
runEventLoop
always return0
.However, with my use case, I want to do some setup after the event loop has started. If that setup fails, I want to exit and inform the user. Currently this requires me to add a custom global and
return
it. HoweverexitEventLoop
should probably do that.The text was updated successfully, but these errors were encountered: