- feat: add backoff feature
- chore: remove
const_spinlock
function - chore: remove deprecated
nightly
feature
- feat: add
RwSpinlock
readers-writer lock - feat: add
arc_lock
feature and typedefs - perf: inline everything
- docs: fix typo
- Upgrade
lock_api
to 0.4.7. This makesSpinlock::new
aconst
function without needing nightly rust.
- Define
MappedSpinlockGuard
alias #12- makes use of
SpinlockGuard::map
easier
- makes use of
- Fix
spin_loop_hint
warning on Rust 1.51
- Add owning_ref support (#7)
- Implement
const_spinlock
convenience function (#5)
- Breaking: Upgrade
lock_api
to 0.4.0 (#3)
- Implement
try_lock_weak
for use inlock
loop (#4)
- Initial Commit