Expand description
Synchronization primitives for asynchronous contexts.
Re-exports§
pub use portable_atomic;
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§
- Creates a split channel with
'static
lifetime. - Convenience macro for creating a Signal.