- feat: add backoff feature
- chore: remove
const_spinlockfunction - chore: remove deprecated
nightlyfeature
- feat: add
RwSpinlockreaders-writer lock - feat: add
arc_lockfeature and typedefs - perf: inline everything
- docs: fix typo
- Upgrade
lock_apito 0.4.7. This makesSpinlock::newaconstfunction without needing nightly rust.
- Define
MappedSpinlockGuardalias #12- makes use of
SpinlockGuard::mapeasier
- makes use of
- Fix
spin_loop_hintwarning on Rust 1.51
- Add owning_ref support (#7)
- Implement
const_spinlockconvenience function (#5)
- Breaking: Upgrade
lock_apito 0.4.0 (#3)
- Implement
try_lock_weakfor use inlockloop (#4)
- Initial Commit