[][src]Module twitchchat::encode::channel

Abstracts crossbeam-channel and std::sync::mpsc

Structs

SendError

An error returned on Send An error returned from the send method.

Functions

channel

Create an unbounded channel

Type Definitions

Rx

The receiver side

Tx

The sender side