Function rustix::backend::process::syscalls::wait

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