pub fn waitid(id: Id<'_>, flags: WaitPidFlag) -> Result<WaitStatus>
Available on crate feature
process
only.Expand description
Wait for a process to change status
See also waitid(2)
pub fn waitid(id: Id<'_>, flags: WaitPidFlag) -> Result<WaitStatus>
process
only.Wait for a process to change status
See also waitid(2)