Expand description
Additional functionality for use with asynchronous channels (futures::channel::mpsc).
Structs§
- TrySend
Fut - 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§
- TrySend
- Extends the functionality of a channel to include
try_send_fut
.