rustix::backend::process::syscalls

Function wait

Source
pub(crate) fn wait(waitopts: WaitOptions) -> Result<Option<(Pid, WaitStatus)>>