Struct std::sync::channel::Channel

struct Channel<T> { ... }

A simple bounded synchronous queue.

Uses a ring buffer and Mutex and CondVar to provide mutual exclusion and signalling.

Example

Fields

Methods

impl Channel<T> { ... }

Mixins

impl Channel<T> { ... }