Expand description

A crate of helpers to create “maybe-async” types and traits.

When we have compiler support for “maybe-async” this will be emitted by the desugaring, and should not surface to users of the feature.

Structs

Mark a type to be compiled in “async mode”
Mark a type to be compiled in “!async mode”

Traits

A bound on types which determines whether a type is async or not.