atomiclock_async 0.1.0

A simple async lock
Documentation
1
2
3
4
5
6
7
8
# atomiclock_async
Provides a non-blocking Mutex.

![logo](art/logo.png)

Where a mutex would block, we yield execution.

This can be considered an async version of [`atomiclock`](https://sealedabstract.com/code/atomiclock).