Trait esp32_hal::prelude::Mutex [−]
Expand description
Any object implementing this trait guarantees exclusive access to the data contained within the mutex for the duration of the lock.
Associated Types
type Data
type Data
Data protected by the mutex.