Skip to main content

Module rw_lock

Module rw_lock 

Source

Structs§

Spinlock
The underlying raw reader-writer primitive that implements [lock_api::RawRwLock]

Type Aliases§

RwLock
An implementation of a reader-writer lock, based on a spinlock primitive, no-std compatible
RwLockReadGuard
See [lock_api::RwLockReadGuard] for usage.
RwLockWriteGuard
See [lock_api::RwLockWriteGuard] for usage.