Function nix::sys::wait::waitpid[][src]

pub fn waitpid<P: Into<Option<Pid>>>(
    pid: P,
    options: Option<WaitPidFlag>
) -> Result<WaitStatus>