We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06cebf commit fd6bd8bCopy full SHA for fd6bd8b
futures-util/src/sink/mod.rs
@@ -264,6 +264,8 @@ pub trait SinkExt<Item>: Sink<Item> {
264
/// This future will drive the stream to keep producing items until it is
265
/// exhausted, sending each item to the sink. It will complete once the
266
/// stream is exhausted and the sink has received all items.
267
+ /// While the stream is not ready to yield the next item, this future will
268
+ /// drive the sink to flush any pending items.
269
/// Note that the sink is **not** closed.
270
///
271
/// Unlike `send_all`, the returned future does not fully flush the sink
0 commit comments