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