1 unstable release
| 0.1.0 | Jan 6, 2025 |
|---|
#1532 in Concurrency
57 downloads per month
Used in 5 crates
(via atomiclock_async)
160KB
102 lines
A simple spinlock.

This is a simple spinlock. It is not a fair lock, and it does not provide any way to sleep the current thread if the lock is not available.
atomiclock_spinlock
A simple spinlock.

This is a simple spinlock. It is not a fair lock, and it does not provide any way to sleep the current thread if the lock is not available.
Dependencies
~0.5–2MB
~30K SLoC