Function hermit_abi::join

source ·
pub unsafe extern "C" fn join(id: Tid) -> i32
Expand description

join with a terminated thread

The join() function waits for the thread specified by id to terminate.