Module channel

Module channel 

Source
Expand description

Implementations of std::sync::mpsc-like channels, based on a Crust of Rust stream by Jon Gjengset.

Structs§

Receiver
Rx half of the channel
Sender
Tx half of the channel

Functions§

channel
The primary constructor for a [tinystd::channel].