Crate bare_sync

Crate bare_sync 

Source

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§

CriticalSectionRawMutex
A mutex that allows borrowing data across executors and interrupts.
NoopSyncRawMutex
A mutex that allows borrowing data in a global context.

Traits§

RawMutex
Raw mutex trait.