Function wasix::proc_join

source ·
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 on
  • flags - Flags that determine how the join behaves

Return

Returns the status of the process