Searched defs:JoinHandle (Results 1 – 4 of 4) sorted by relevance
42 pub(crate) fn update_task(&mut self, new_task: JoinHandle<()>) { in update_task()
85 fn count_down(tx: UnboundedSender<TaskManagerEvent>) -> JoinHandle<()> { in count_down()
98 ) -> JoinHandle<()> { in runtime_spawn()
188 ) -> std::thread::JoinHandle<()> { in add_profile_cert_path_thread()