Skip to main content

Module channel

Module channel 

Source
Available on crate feature channel only.
Expand description

A body backed by a channel.

Structsยง

Channel
A body backed by a channel.
SendError
The error returned if Sender fails to send because the receiver is closed.
Sender
A sender half created through Channel::new.