Skip to main content

Crate xiaoyong_value

Crate xiaoyong_value 

Source
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.

Modulesยง

sync
Sync-friendly implementations.
unsync
!Sync implementations.