twizzler_rt_abi::thread

Function twz_rt_join_thread

source
pub fn twz_rt_join_thread(
    id: ThreadId,
    timeout: Option<Duration>,
) -> Result<(), JoinError>
Expand description

Wait for a thread to exit, optionally timing out.