Wait for a certain child process.
fn wait_id(id: i32, flags: WaitFlags) -> Result<ChildStatus, Errno>
The process id of the child.
The flags used for this wait operation.
Returns the status of the child.