Issues
- 0
Panic from debug assertion when calling `RwLockWriteGuard::downgrade_to_upgradeable`
#169 opened by an-owl - 19
[Idea] Spinlock with Interrupts Disabled
#160 opened by Shinribo - 0
Consider renaming `Lazy` to `LazyLock`
#166 opened by tgross35 - 2
Use `std::hint::spin_loop` where it makes sense
#165 opened by Robbepop - 0
- 2
`try_lock` and `try_lock_weak` share exactly the same implementation in spin.rs
#161 opened by ChenRuiwei - 1
- 0
Add a Security-Policy
#155 opened by diogoteles08 - 10
`Lazy` panics under bare metal environment
#154 opened by Lorilandly - 11
- 0
Unsoundness in `Once::try_call_once()`
#148 opened by UnknownEclipse - 2
Why was spin 0.9.6 yanked?
#146 opened by cbeck88 - 3
CI: Set minimal permissions on GitHub Workflow
#140 opened by diogoteles08 - 2
portable_atomic feature does not compile
#138 opened by SUPERCILEX - 4
- 4
MIRI build in CI is failing
#134 opened by striezel - 1
Condition variables
#31 opened by jethrogb - 2
RwLock::try_read is unsound
#123 opened by zakarumych - 7
Request: Add support for atomic-polyfill
#114 opened by ketsuban - 2
`Once::call_once` doesn't guarantee that the given closure is called only if this is the first time `call_once` has been called.
#117 opened by usamoi - 4
unwrap function in MutexGuard?
#113 opened by SergeyVolkovich99 - 2
Remove `panicked` field from Once's Finish guard
#110 opened by zesterer - 5
Cannot borrow `lazy::Lazy<T>` mutably?
#107 opened by ethindp - 4
- 2
Inconsistent feature name
#101 opened by MarcoCicognani - 9
- 4
Greedy read lock for RwLock
#70 opened by Visic - 0
Barriers
#28 opened by Ericson2314 - 10
Releasing a new version
#79 opened by zesterer - 1
Switching to GitHub actions
#95 opened by zesterer - 1
- 2
Implement a ticket lock for greater fairness
#91 opened by zesterer - 0
Add some good examples
#90 opened by zesterer - 4
- 8
Relicense under dual MIT/Apache-2.0
#36 opened by emberian - 7
Adopt and expose exponential backoff spinning
#29 opened by jonhoo - 1
Non-reserved-keyword identifier for spin::Once::try
#71 opened by tjhu - 5
Changing Ownership
#74 opened by zesterer - 1
Interest in crate maintenance.
#72 opened by mental32 - 4
cpu_relax for other architectures
#35 opened by emberian - 4
Wrong atomic ordering in `Drop` impl for `RwLockWriteGuard` and buggy lock acquisition failure in `RwLock::try_read`
#65 opened by 64 - 1
Minor version release (0.5.1)?
#67 opened by aldanor - 2
- 3
default = ["unstable"]
#37 opened by ignatenkobrain - 0
Documentation, Runtime comments outdated
#41 opened by henninglive - 7
- 3
Documentation typo for call_once
#40 opened by kevinaboos - 3
Compilation failure on nightly
#43 opened by joshlf - 2
- 4
Once is not panic-robust
#32 opened by whitequark