1 2 3 4 5 6 7 8
# atomiclock_async Provides a non-blocking Mutex.  Where a mutex would block, we yield execution. This can be considered an async version of [`atomiclock`](https://sealedabstract.com/code/atomiclock).