pub fn thread_wait_timeout<T>(n: u32, thread: JoinHandle<T>) -> TExpand description
Helper that waits for a thread to finish, up to n tenths of a second.
pub fn thread_wait_timeout<T>(n: u32, thread: JoinHandle<T>) -> THelper that waits for a thread to finish, up to n tenths of a second.