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
Terminate the worker process `w` in the nicest possible way. We first try using `Base.exit`, then SIGTERM, then SIGKILL. Waits for the worker process to be terminated.
556
556
557
-
If `w` is still alive, and now terinated, `stop` returns true.
557
+
If `w` is still alive, and now terminated, `stop` returns true.
0 commit comments