1 unstable release

new 0.1.0 Jan 6, 2025

#898 in Concurrency

Download history 141/week @ 2025-01-05

141 downloads per month
Used in 2 crates (via atomiclock_async)

MIT/Apache

160KB
102 lines

atomiclock_spinlock

A simple spinlock.

logo

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.

logo

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