Home
last modified time | relevance | path

Searched refs:run_one_poll (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/cros_async/src/
Dlib.rs140 run_one_poll(fut) in run_one()
170 pub fn run_one_poll<F: Future>(fut: F) -> Result<F::Output> { in run_one_poll() function
Dfd_executor.rs548 crate::run_one_poll(my_async(x.clone())).unwrap(); in test_it()