Module wait

Source
Available on crate feature process only.
Expand description

Wait for a process to change status

Structs§

WaitPidFlag
Controls the behavior of waitpid.

Enums§

Id
The ID argument for waitid
WaitStatus
Possible return values from wait() or waitpid().

Functions§

wait
Wait for any child process to change status or a signal is received.
waitid
Wait for a process to change status
waitpid
Wait for a process to change status