Module r3::sync

source ·
Available on crate feature sync only.
Expand description

Safe synchronization primitives.

Re-exports

Modules

  • Abstracts the various ways to provide an initial value to static cell types (e.g., Mutex). It’s mostly used through their definer types.