Module embassy_sync::mutex
source · 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