[][src]Function sync_async_runner::runner

pub fn runner<F: Future>(future: F) -> SimpleRunner<F>

Wraps a future in a runner, allowing it to run on the current thread