pub struct Mutex<T>(_);Expand description
Provides interior mutability.
Uses parking_lot crate on native targets, and atomic_refcell on wasm32 targets.
pub struct Mutex<T>(_);Provides interior mutability.
Uses parking_lot crate on native targets, and atomic_refcell on wasm32 targets.