Skip to main content

try_wait_child

Function try_wait_child 

Source
pub fn try_wait_child(parent: TaskId, target: Option<TaskId>) -> WaitChildResult
Expand description

Try to reap a zombie child.

target=None means “any child”.