1 unstable release

0.1.0 Jan 6, 2025

#1184 in Concurrency

Download history 132/week @ 2025-01-01 21/week @ 2025-01-08 3/week @ 2025-01-15 2/week @ 2025-01-29 27/week @ 2025-02-05 16/week @ 2025-02-19 12/week @ 2025-02-26

56 downloads per month
Used in 3 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