-
Notifications
You must be signed in to change notification settings - Fork 654
Rename poll_complete
to poll_flush
#379
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
Comments
With |
alexcrichton
added a commit
that referenced
this issue
Mar 7, 2017
This commit updates the documentation on `Sink::poll_complete` in light of #379 where it is our intention to eventually rename this method to `poll_flush`. Additionally this method is now (and always has been) simply responsible for flushing values from a sink. The documentation has been updated to reflect all these aspects.
alexcrichton
added a commit
that referenced
this issue
Feb 9, 2018
Along with a few other changes: * Move the `Sink::flush` combinator to a free `flush` function * Add a free `close` combinator Closes #379
Fixed in #747 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clarify the semantics of
poll_complete
by renaming topoll_flush
.The text was updated successfully, but these errors were encountered: