1 unstable release

0.1.0 Jan 6, 2025

#1010 in Concurrency

Download history 129/week @ 2025-01-01 21/week @ 2025-01-08

150 downloads per month
Used in ampsc

MIT/Apache

185KB
136 lines

atomiclock_async

Provides a non-blocking Mutex.

logo

Where a mutex would block, we yield execution.

This can be considered an async version of atomiclock.


lib.rs:

Provides a non-blocking Mutex.

logo

Where a mutex would block, we yield execution.

This can be considered an async version of atomiclock.

Dependencies

~0.5–2MB
~29K SLoC