pub fn runner<F: Future>(future: F) -> SimpleRunner<F>
Expand description
Wraps a future in a runner, allowing it to run on the current thread
pub fn runner<F: Future>(future: F) -> SimpleRunner<F>
Wraps a future in a runner, allowing it to run on the current thread