Searched refs:_handle (Results 1 – 6 of 6) sorted by relevance
22 let _handle = ylong_runtime::spawn(async move { in main() localVariable
60 pub(crate) _handle: Arc<Handle>,94 let cur_handle = WorkerHandle { _handle: handle }; in run_worker()
56 Ok(context._handle.clone())
302 _handle: self.get_handle(), in block_on_inner()
134 let _handle = ylong_runtime::spawn(upgrade_process()); in start_service() localVariable
234 let _handle = ylong_runtime::spawn(backup_db_sync()); in backup_db() localVariable