Crate async_fn

Source
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§

prelude

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.