Module channels

Source

Modules§

broadcast
mpsc
oneshot
A one-shot channel is used for sending a single message between asynchronous tasks. The channel function is used to create a Sender and Receiver handle pair that form the channel.
watch

Structs§

Aborted
Aborter