[][src]Module twitchchat::channel

This is supported on crate feature async only.

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

Structs

Receiver

Async and Sync MPMP Receiver.

Sender

Async and Sync MPMP Sender.

Enums

TrySendError

An error on send

Functions

bounded

Create a bounded channel

unbounded

Create an unbounded channel