Module futures_util::sink [−][src]
Asynchronous sinks.
This module contains:
Structs
Buffer | Sink for the |
Close | Future for the |
Drain | Sink for the |
Fanout | Sink that clones incoming items and forwards them to two sinks at the same time. |
Feed | Future for the |
Flush | Future for the |
Send | Future for the |
SendAll | Future for the |
SinkErrInto | Sink for the |
SinkMapErr | Sink for the |
Unfold | Sink for the |
With | Sink for the |
WithFlatMap | Sink for the |
Traits
Sink | A |
SinkExt | An extension trait for |
Functions
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. |