-
Notifications
You must be signed in to change notification settings - Fork 7
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
always use the Child to wait? #8
Comments
And of course this will be easier after |
An |
But of course, |
Done in 0.3.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we call
waitpid
on the side, but we could instead wait with the child itself, oncewaitid
has returned. We'd lose the "try_wait
must returnSome
" sanity check, but we'd gain the ability to return the child back to a caller if we want to.The text was updated successfully, but these errors were encountered: