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
Add a way to way to wait for process groups. (#846)
When the `Pid` type changed to only accept positive pid values,
the `waitpid` function became unable to wait for process groups,
because that involves negative pids. Fully fixing this will
require a semver bump, but for now, we can add a new `waitpgid`
function to add support for waiting for a process group.
Also add a `Pgid` arm to `WaitId`, to support waiting for process
groups from `waitid` as well.
0 commit comments