1 unstable release

0.1.0 Jan 6, 2025

#930 in Concurrency

Download history 134/week @ 2025-01-02 19/week @ 2025-01-09 3/week @ 2025-01-16

156 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