Function nix::sys::wait::wait

pub fn wait() -> Result<WaitStatus>
Documentation

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

See also wait(2)

On this page