Expand description
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.