-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waitpid doesn't returned pid #989
Comments
|
No, this appears to just be an oversight. The original |
Cool! Should I submit a PR or does this go into the 1.0 issue? Not sure how you're managing breaking changes... |
You can submit breaking changes to the 1.0-staging branch. I'm going to start working toward a 1.0 release in order to fix #917 / #990, though there are a few things to do, so I don't yet have a timeline in mind. If you'd like to do something that could be released sooner, we could add a new function named something like |
Is there a reason for this? It should return a
(Pid, WaitStatus)
so you can spawn multiple processes in parallel and wait for them to finish in any order while performing specific actions on a process' completion.The text was updated successfully, but these errors were encountered: