Expand description
Primitives for sharing state.
This crate offers both thread-safe (sync) and single-threaded (unsync)
implementations. The unsync types are optimized for environments where
tasks remain on a single thread.
Primitives for sharing state.
This crate offers both thread-safe (sync) and single-threaded (unsync)
implementations. The unsync types are optimized for environments where
tasks remain on a single thread.