Crate atomiclock_async

Crate atomiclock_async 

Source
Expand description

Provides a non-blocking Mutex.

logo

Where a mutex would block, we yield execution.

This can be considered an async version of atomiclock.

Structsยง

AtomicLockAsync
Guard
LockFuture
LockWarnFuture