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
Right now we call waitpid on the side, but we could instead wait with the child itself, once waitid has returned. We'd lose the "try_wait must return Some" sanity check, but we'd gain the ability to return the child back to a caller if we want to.