pub fn waitpid(
    pid: usize,
    status: &mut usize,
    options: WaitFlags
) -> Result<usize>
Expand description

Check if a child process has exited or received a signal