1 unstable release
new 0.1.0 | Jan 6, 2025 |
---|
#898 in Concurrency
141 downloads per month
Used in 2 crates
(via atomiclock_async)
160KB
102 lines
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.
lib.rs
:
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.3–1.8MB
~28K SLoC