Module async_utils::channel
source · Expand description
Additional functionality for use with asynchronous channels (futures::channel::mpsc).
Structs
- A Future that represents an ongoing send over a channel. It completes when the send is complete or the send failed due to channel closure.
Traits
- Extends the functionality of a channel to include
try_send_fut
.