drone_core::future::fallback
pub fn asyn<T: Generator<Yield = ()>>(x: T) -> impl Future<Output = T::Return>
Wrap a generator in a future.