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