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