1 unstable release
new 0.1.0 | Jan 6, 2025 |
---|
#847 in Concurrency
133 downloads per month
Used in 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