👎Deprecated since 0.2.4: Use spin-rs instead
Expand description

Implementation of a basic spin-based RwLock.

This is now deprecated in favor of spin-rs.

Structs

RawRwSpinlockDeprecated
Raw spinlock rwlock, wrapped in the lock_api RwLock struct.

Type Definitions

RwLockDeprecated
A read-write lock that uses a spinlock internally.
RwLockReadGuardDeprecated
A read guard for the read-write lock.
An upgradable read guard for the read-write lock.
A write guard fo the read-write lock.