Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SinkExt::feed_all #2286

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mzabaluev
Copy link
Contributor

@mzabaluev mzabaluev commented Dec 9, 2020

Add method feed_all to SinkExt.

This combinator is like send_all, except that it does not flush the sink at the end.

This was originally submitted as part of #2155, but left out due to concerns about the new API: #2155 (comment)

Like send_all, except no flushing is done at the end.

Reuse code of FeedAll internally in SendAll future.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sink Area: futures::sink
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants