Module xtensa_lx::mutex

source ·
Expand description

A series of Mutex’s that also implements the mutex-trait.

Re-exports§

Structs§

Traits§

  • Any object implementing this trait guarantees exclusive access to the data contained within the mutex for the duration of the lock.