Module std::sync::channel

Multi-threaded queues (channels)

Structs

A simple bounded synchronous queue.
An unbounded synchronous queue.
Iterator over values of Channel and UnboundedChannel.

Enums

Error returned by Channel operations.