Searched refs:run_one_poll (Results 1 – 2 of 2) sorted by relevance
140 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
548 crate::run_one_poll(my_async(x.clone())).unwrap(); in test_it()