Expand description
Modulesยง
- buffer ๐
- close ๐
- drain ๐
- err_
into ๐ - fanout ๐
- feed ๐
- flush ๐
- map_err ๐
- send ๐
- send_
all ๐ - unfold ๐
- with ๐
- with_
flat_ ๐map
Structsยง
- Buffer
- Sink for the
buffermethod. - Close
- Future for the
closemethod. - Drain
- Sink for the
drainfunction. - Fanout
- Sink that clones incoming items and forwards them to two sinks at the same time.
- Feed
- Future for the
feedmethod. - Flush
- Future for the
flushmethod. - Send
- Future for the
sendmethod. - SendAll
- Future for the
send_allmethod. - Sink
ErrInto - Sink for the
sink_err_intomethod. - Sink
MapErr - Sink for the
sink_map_errmethod. - Unfold
- Sink for the
unfoldfunction. - With
- Sink for the
withmethod. - With
Flat Map - Sink for the
with_flat_mapmethod.
Traitsยง
- Sink
- A
Sinkis a value into which other values can be sent, asynchronously. - SinkExt
- An extension trait for
Sinks that provides a variety of convenient combinator functions.
Functionsยง
- assert_
sink ๐ - drain
- Create a sink that will just discard all items given to it.
- unfold
- Create a sink from a function which processes one item at a time.