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
If the user spawns a long running process I think it makes senese that the event loop will continue to run (and therefore that thread not exit) until the process has exited. However I don't think this makese sense for the detached case as the entire point of that option is that the process continue to run after the parent closes.
The text was updated successfully, but these errors were encountered:
If the user spawns a long running process I think it makes senese that the event loop will continue to run (and therefore that thread not exit) until the process has exited. However I don't think this makese sense for the detached case as the entire point of that option is that the process continue to run after the parent closes.
The text was updated successfully, but these errors were encountered: