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
Calls to exit() in any of the coco subprocesses will not exit the master process. We could catch the exit() exceptions and send a shutdown signal to the master to ensure the program exits cleanly when something is not right.
Calls to
exit()in any of the coco subprocesses will not exit the master process. We could catch theexit()exceptions and send a shutdown signal to the master to ensure the program exits cleanly when something is not right.