Home
last modified time | relevance | path

Searched defs:AsyncTask (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dasync_task.rs106 pub struct AsyncTask { struct
107 state: Arc<(Condvar, Mutex<AsyncTaskState>)>, argument
110 impl Default for AsyncTask { implementation
116 impl AsyncTask { impl
Dgc.rs45 pub fn new_init_with<F>(async_task: Arc<AsyncTask>, init: F) -> Self in new_init_with()