Searched defs:AsyncTask (Results 1 – 2 of 2) sorted by relevance
106 pub struct AsyncTask { struct107 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument110 impl Default for AsyncTask { implementation116 impl AsyncTask { impl
45 pub fn new_init_with<F>(async_task: Arc<AsyncTask>, init: F) -> Self in new_init_with()