Skip to main content

thread_join

Function thread_join 

Source
pub fn thread_join(tid: usize, status: Option<&mut i32>) -> Result<usize>
Expand description

Join a thread previously created by the current task.

Returns the joined thread TID.