atomiclock_async 0.1.0

A simple async lock
Documentation

atomiclock_async

Provides a non-blocking Mutex.

logo

Where a mutex would block, we yield execution.

This can be considered an async version of atomiclock.