Expand description
Platform-optimal synchronization primitives.
- Native — backed by
parking_lot(no poisoning, smaller footprint). - WASM — backed by [
wasm_safe_thread] (safe on the main thread).
Modules§
Structs§
- Condvar
- Mutex
- Mutex
Guard - NotAvailable
try_lock()failed because the mutex is already held.- RwLock
- RwLock
Read Guard - RwLock
Write Guard