Searched refs:join_handle (Results 1 – 2 of 2) sorted by relevance
74 join_handle: task::JoinHandle<Result<()>>, field88 let join_handle = runtime.spawn(async { in new() localVariable95 Ok(Dispatcher { cmd_sender, join_handle, runtime }) in new()107 let _ = self.runtime.block_on(&mut self.join_handle); in exit_handler()
264 if let Some(join_handle) = &self.suspend_timeout_joinhandle { in suspend()265 join_handle.abort(); in suspend()392 if let Some(join_handle) = &self.suspend_timeout_joinhandle { in le_rand_cb()393 join_handle.abort(); in le_rand_cb()