| Crates.io | atomiclock_async |
| lib.rs | atomiclock_async |
| version | 0.1.0 |
| created_at | 2025-01-06 06:25:39.730868+00 |
| updated_at | 2025-01-06 06:25:39.730868+00 |
| description | A simple async lock |
| homepage | https://sealedabstract.com/code/atomiclock_async |
| repository | https://github.com/drewcrawford/atomiclock_async |
| max_upload_size | |
| id | 1505340 |
| size | 192,950 |
Provides a non-blocking Mutex.

Where a mutex would block, we yield execution.
This can be considered an async version of atomiclock.