Function syst_wait

Source
#[no_mangle]
pub extern "C" fn syst_wait(cid: Cid) -> SyscallResult
Expand description

Waits for a child thread with the cid cid to exit

§Returns