Crate async_local
source ·Structs
A wrapper around a thread-safe inner type used for creating pointers to thread-locals that are valid within an async context
Traits
A marker trait promising AsRef<
Context<T>
> is safely implementedLocalKey extension for creating thread-safe pointers to thread-local
Context