pub unsafe fn proc_join(pid: *mut Pid) -> Result<Exitcode, Errno>
Wait for process to exit
pid
Returns the exit code of the process