pub unsafe extern "C-unwind" fn twz_rt_join_thread(
id: thread_id,
timeout: option_duration,
) -> join_result
Expand description
Wait for a thread to exit, optionally timing out.
pub unsafe extern "C-unwind" fn twz_rt_join_thread(
id: thread_id,
timeout: option_duration,
) -> join_result
Wait for a thread to exit, optionally timing out.