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
ProcessGroup.join() ignores descendant processes (not direct children).
Base: Not sure if this is possible?
POSIX: The wait*() family of functions support PGIDs
Win32: I think WaitForSingleObject() will cover this? Language implies this only happens when job exceeds resource limits, not when it exits naturally.
The text was updated successfully, but these errors were encountered:
ProcessGroup.join()
ignores descendant processes (not direct children).wait*()
family of functions support PGIDsWaitForSingleObject()
will cover this? Language implies this only happens when job exceeds resource limits, not when it exits naturally.The text was updated successfully, but these errors were encountered: