Function nix::sys::wait::wait

source · []
pub fn wait() -> Result<WaitStatus>
Expand description

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

See also wait(2)