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