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