1 unstable release
0.1.0 | Jan 6, 2025 |
---|
#931 in Concurrency
28 downloads per month
Used in 2 crates
(via ampsc)
185KB
136 lines
atomiclock_async
Provides a non-blocking Mutex.
Where a mutex would block, we yield execution.
This can be considered an async version of atomiclock
.
lib.rs
:
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