Expand description
§::async_fn
Collection of helper annotations and macros for concise and yet explicit
async fn
signatures.
See the documentation of #[async_fn::bare_future]
for more info.
Modules§
Macros§
- before_
async - Helper macro to express eagerly executed code (before the
async
suspension) when inside#[async_fn::bare_future]
-annotated function.
Traits§
- Fut
- Convenience shorthand alias.
Attribute Macros§
- bare_
future - One of the main macros of the crate.