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