Skip to main content

Crate broadcast_channel

Crate broadcast_channel 

Source
Expand description

Async broadcast channels

§Examples

// tbi

Structs§

Receiver
The receiving side of a channel.
RecvError
An error returned from Receiver::recv().
SendError
An error returned from [Sender::send()].
Sender

Enums§

TryRecvError
An error returned from Receiver::try_recv().
TrySendError
An error returned from [Sender::try_send()].

Functions§

broadcast
Create a new broadcast channel.