Expand description
Async mutex.
This module provides a mutex that can be used to synchronize data between asynchronous tasks.
Structsยง
- Async mutex.
- Async mutex guard.
- 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