1 unstable release
| 0.1.0 | Jan 6, 2025 |
|---|
#1416 in Concurrency
Used in 4 crates
(via ampsc)
185KB
136 lines
Provides a non-blocking Mutex.

Where a mutex would block, we yield execution.
This can be considered an async version of atomiclock.
atomiclock_async
Provides a non-blocking Mutex.

Where a mutex would block, we yield execution.
This can be considered an async version of atomiclock.
Dependencies
~0.5–2MB
~29K SLoC