pub fn run<F, R>(fut: F) -> Rwhere F: Future<Output = R>,
Run tasks until completion of a future
This function will yield to the environment if configured to do so.