pub fn run_on<F>(f: F) -> <F as Future>::Outputwhere
    F: Future,
Expand description

Run a a task on the TOKIO static runtime.