pub fn wait() -> Result<WaitStatus>
Available on crate feature
process
only.Expand description
Wait for any child process to change status or a signal is received.
See also wait(2)
pub fn wait() -> Result<WaitStatus>
process
only.Wait for any child process to change status or a signal is received.
See also wait(2)