Module embassy_sync::blocking_mutex::raw
source · Expand description
Mutex primitives.
This module provides a trait for mutexes that can be used in different contexts.
Structs§
- A mutex that allows borrowing data across executors and interrupts.
- A mutex that allows borrowing data in the context of a single executor.
- A “mutex” that only allows borrowing from thread mode.
Traits§
- Raw mutex trait.