Function origin::join_thread[][src]

pub unsafe fn join_thread(thread: *mut Thread)
Expand description

Waits for a thread to finish.

Safety

thread must point to a valid and live thread record that has not already been detached or joined.