pub unsafe fn proc_join(
pid: *mut OptionPid,
flags: JoinFlags
) -> Result<JoinStatus, Errno>Expand description
Wait for process to exit
Parameters
pid- ID of the process to wait onflags- Flags that determine how the join behaves
Return
Returns the status of the process