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
- Creates a split channel with
'static
lifetime.