1 unstable release

0.1.0 Jan 6, 2025

#594 in Concurrency

Download history 136/week @ 2025-01-01 22/week @ 2025-01-08 4/week @ 2025-01-15

162 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

165KB
106 lines

atomiclock

A Rust atomic lock type.

logo

This is a simple atomic lock.

There is no way to sleep the current thread if the lock is not available, what you do about that is up to you.


lib.rs:

A Rust atomic lock type.

logo

This is a simple atomic lock.

There is no way to sleep the current thread if the lock is not available, what you do about that is up to you.

No runtime deps