Function run_executor

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