[][src]Module twitchchat::channel

This is supported on crate feature async only.

Simple async/sync channels used in various parts of this crate.

Structs

Receiverasync

Async and Sync MPMP Receiver.

Senderasync

Async and Sync MPMP Sender.

Enums

TrySendErrorasync

An error on send

Functions

boundedasync

Create a bounded channel

unboundedasync

Create an unbounded channel