Home
last modified time | relevance | path

Searched defs:async_from (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/crosvm/cros_async/src/
H A Dexecutor.rs215 fn async_from<'a, F: IntoAsync + 'a>(&self, f: F) -> AsyncResult<IoSource<F>>; in async_from() method
403 pub fn async_from<'a, F: IntoAsync + 'a>(&self, f: F) -> AsyncResult<IoSource<F>> { in async_from() method
H A Dtokio_executor.rs82 fn async_from<'a, F: IntoAsync + 'a>(&self, f: F) -> AsyncResult<IoSource<F>> { in async_from() method
H A Dcommon_executor.rs152 fn async_from<'a, F: IntoAsync + 'a>(&self, f: F) -> AsyncResult<IoSource<F>> { in async_from() method