Crate spinny

Source
👎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 Aliases§

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