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

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