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

Run a a task on the TOKIO static runtime.