Cargo Features
spinning_top has no features set by default.
[dependencies]
spinning_top = { version = "0.3.0", features = ["arc_lock", "owning_ref"] }
- arc_lock
-
Affects
rw_spinlock::ArcRwSpinlockReadGuard
,rw_spinlock::ArcRwSpinlockUpgradableReadGuard
,rw_spinlock::ArcRwSpinlockWriteGuard
,rw_spinlock::ArcBackoffRwSpinlockReadGuard
,rw_spinlock::ArcBackoffRwSpinlockUpgradableReadGuard
,rw_spinlock::ArcBackoffRwSpinlockWriteGuard
,spinlock::ArcSpinlockGuard
,spinlock::ArcBackoffSpinlockGuard
… - owning_ref
-
Enables owning_ref of lock_api