1 unstable release

new 0.1.0 Jan 6, 2025

#847 in Concurrency

Download history 133/week @ 2025-01-04

133 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