Crate cgp_async

Source

Re-exports§

pub use traits::Async;

Modules§

traits

Traits§

MaybeSend
Types that can be transferred across thread boundaries.
MaybeSync
Types for which it is safe to share references between threads.

Attribute Macros§

async_trait
The #[async_trait] macro is used to desugar async functions in traits to return impl Future + Send.