Modules§
- signal
- A synchronization primitive for passing the latest value to a task.
- watch
- A synchronization primitive for passing the latest value to multiple receivers.
Structs§
- Critical
Section RawMutex - A mutex that allows borrowing data across executors and interrupts.
- Noop
Sync RawMutex - A mutex that allows borrowing data in a global context.
Traits§
- RawMutex
- Raw mutex trait.