Searched defs:AsyncTask (Results 1 – 2 of 2) sorted by relevance
109 pub struct AsyncTask { struct110 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument113 impl Default for AsyncTask { implementation119 impl AsyncTask { implementation
47 pub fn new_init_with<F>(async_task: Arc<AsyncTask>, init: F) -> Self in new_init_with()