Module channel

Module channel 

Source
Expand description

Communication primitives

Modules§

bstream
Bytes stream
condition
inplace
A futures-aware bounded(1) channel.
mpsc
A multi-producer, single-consumer, futures-aware, FIFO queue.
oneshot
A one-shot, futures-aware channel.
pool
A one-shot pool, futures-aware channel.

Structs§

Canceled
Error returned from a Receiver when the corresponding Sender is dropped.