pub fn run_on<F>(f: F) -> F::Output
where F: Future,
Expand description

Run a a task on the TOKIO static runtime.