pub type RwLock<T> = RwLock<Spinlock, T>;Expand description
An implementation of a reader-writer lock, based on a spinlock primitive, no-std compatible
See lock_api::RwLock for usage.
Aliased Type§
struct RwLock<T> { /* private fields */ }pub type RwLock<T> = RwLock<Spinlock, T>;An implementation of a reader-writer lock, based on a spinlock primitive, no-std compatible
See lock_api::RwLock for usage.
struct RwLock<T> { /* private fields */ }