Function xous::syscall::wait_thread

source ยท
pub fn wait_thread<T>(joiner: WaitHandle<T>) -> SysCallResult
Expand description

Wait for a thread to finish. This is equivalent to join_thread