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§
- A handle to a held
Mutex
that has had a function applied to it viaMutexGuard::map
orMappedMutexGuard::map
. - Async mutex.
- Async mutex guard.
- Error returned by
Mutex::try_lock