Crate futures_macro_await[][src]

An internal helper crate to workaround limitations in the use_extern_macros feature with re-exported Macros 1.0 macros.

All macros defined here should be imported via [futures::prelude] instead.

Macros

await

Await a sub-future inside an #[async] function.

await_item

Await an item from a stream inside an #[async] function.

stream_yield

Yield an item from an #[async_stream] function.