Crate rtic_sync

source ·
Expand description

Synchronization primitives for asynchronous contexts.

Modules

  • A Mutex-like FIFO with unlimited-waiter for embedded systems.
  • An async aware MPSC channel that can be used on no-alloc systems.

Macros