pub type RwLock<T> = RwLock<RawRwSpinlock, T>;๐Deprecated since 0.2.4: Use spin-rs instead
Expand description
A read-write lock that uses a spinlock internally.
Aliased Typeยง
pub struct RwLock<T> { /* private fields */ }pub type RwLock<T> = RwLock<RawRwSpinlock, T>;A read-write lock that uses a spinlock internally.
pub struct RwLock<T> { /* private fields */ }