Expand description
Async mutex.
This module provides a mutex that can be used to synchronize data between asynchronous tasks.
Structsยง
- Mapped
Mutex Guard  - A handle to a held 
Mutexthat has had a function applied to it viaMutexGuard::maporMappedMutexGuard::map. - Mutex
 - Async mutex.
 - Mutex
Guard  - Async mutex guard.
 - TryLock
Error  - Error returned by 
Mutex::try_lock