Crate async_fn[][src]

Expand description

::async_fn

Repository Latest version Documentation MSRV unsafe forbidden License CI

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

Helper macro to express eagerly executed code (before the async suspension) when inside #[async_fn::bare_future]-annotated function.

Traits

Convenience shorthand alias.

Attribute Macros

One of the main macros of the crate.