Function runner

Source
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