Searched defs:AsyncTaskState (Results 1 – 1 of 1) sorted by relevance
92 struct AsyncTaskState { struct110 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument190 fn spawn_thread(&self, state: &mut MutexGuard<AsyncTaskState>) { in spawn_thread()