Expand description
Async mutex.
This module provides a mutex that can be used to synchronize data between asynchronous tasks.
Structsยง
- Mutex
- Async mutex.
- Mutex
Guard - Async mutex guard.
- TryLock
Error - Error returned by
Mutex::try_lock
Async mutex.
This module provides a mutex that can be used to synchronize data between asynchronous tasks.
Mutex::try_lock