pub fn try_wait_child(parent: TaskId, target: Option<TaskId>) -> WaitChildResultExpand description
Try to reap a zombie child.
target=None means “any child”.
pub fn try_wait_child(parent: TaskId, target: Option<TaskId>) -> WaitChildResultTry to reap a zombie child.
target=None means “any child”.