futures_executor::local_pool

Function run_executor

source
fn run_executor<T, F: FnMut(&mut Context<'_>) -> Poll<T>>(f: F) -> T