A tiny crate that provides async and await macros to create futures::Futures and futures::Streams.
Code that uses these macros requires #![feature(conservative_impl_trait, generators)]
-
Returning a
futures::Future#![feature(conservative_impl_trait, generators)] #[macro_use]