Searched defs:join_handle (Results 1 – 3 of 3) sorted by relevance
23 join_handle: Option<JoinHandle<R>>, field
482 join_handle: Option<std::thread::JoinHandle<()>>, field492 let join_handle = std::thread::spawn(move || { in new() localVariable510 let join_handle = ylong_runtime::spawn( in add_epoll_handler() localVariable
92 let join_handle = runtime_spawn(async move { in try_restart() localVariable220 let join_handle = runtime_spawn(async move { in reschedule_inner() localVariable250 join_handle: JoinHandle<()>, field