Crate ruspiro_channel[][src]

Bare metal (no_std) channel implementations

The follwoing channel implementations require only an allocator to be present as it uses heap allocations.

Modules

mpmc

Multi Producer Multi Consumer Channel