👎Deprecated since 0.2.4: Use spin-rs instead
Expand description
Structs§
- RawRw
Spinlock Deprecated - Raw spinlock rwlock, wrapped in the
lock_api
RwLock struct.
Type Aliases§
- RwLock
Deprecated - A read-write lock that uses a spinlock internally.
- RwLock
Read Guard Deprecated - A read guard for the read-write lock.
- RwLock
Upgradable Read Guard Deprecated - An upgradable read guard for the read-write lock.
- RwLock
Write Guard Deprecated - A write guard fo the read-write lock.