Module tinystd::channel[][src]

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].