Crate rtic_sync

source ·
Expand description

Synchronization primitives for asynchronous contexts.

Re-exports§

Modules§

  • A Mutex-like FIFO with unlimited-waiter for embedded systems.
  • An async aware MPSC channel that can be used on no-alloc systems.
  • A “latest only” value store with unlimited writers and async waiting.

Macros§