Expand description

Provides a lossless, MPMC channel. All receivers are guaranteed to recieve each message.

When a receiver is cloned, the new receive will observe the same series of messages as the original. When a receiver is created with Sender::subscribe, it will observe new messages.

Structs

A broadcast receiver that can be used with the postage::Stream trait.

A broadcast sender that can be used with the postage::Sink trait. Can be cloned.

Functions

Constructs a pair of broadcast endpoints, with a fixed-size buffer of the given capacity