Crate oneshot_broadcast
source ·Structs
- A listener that can be used to wait for a message to arrive.
- The receiver half of a
oneshot-broadcast
channel. - The channel was closed before the message was sent.
- Future that waits for the message to arrive.
- The sender half of a
oneshot-broadcast
channel.
Functions
- Create a new
oneshot-broadcast
channel.