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
Make graceful shutdown return as soon as the subprocess exits (#281)
Race process-termination monitoring against the teardown sequence in a task group: if the monitor finishes first, the child has exited, so cancel the teardown task and return immediately; if teardown finishes first (after its terminal ), wait for the monitor to observe the exit
Make waitForProcessTermination on all platforms idempotent, since now we are calling it multiple times
0 commit comments