Function waitid
pub fn waitid<'a>(
id: impl Into<WaitId<'a>>,
options: WaitidOptions,
) -> Result<Option<WaitidStatus>, Errno> ⓘ
Available on crate feature
dep_rustix
only.Expand description
waitid(_, _, _, opts)
—Wait for the specified child process to change
state.