Skip to main content

Module sync

Module sync 

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

mpsc

Structs§

Condvar
Mutex
MutexGuard
NotAvailable
try_lock() failed because the mutex is already held.
RwLock
RwLockReadGuard
RwLockWriteGuard