pub unsafe fn proc_join(pid: *mut Pid) -> Result<Exitcode, Errno>
Expand description

Wait for process to exit

Parameters

  • pid - ID of the process to wait on

Return

Returns the exit code of the process