Expand description
Implementations of std::sync::mpsc-like channels, based on a
Crust of Rust stream by Jon Gjengset.
Structs§
Functions§
- channel
- The primary constructor for a [tinystd::channel].
Implementations of std::sync::mpsc-like channels, based on a
Crust of Rust stream by Jon Gjengset.