pub unsafe extern "C-unwind" fn twz_rt_join_thread(
id: thread_id,
timeout: option_duration,
) -> twz_error
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,
) -> twz_error
Wait for a thread to exit, optionally timing out.