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

feat: Implement for methods for stream::BlockOn #68

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

notgull
Copy link
Member

@notgull notgull commented Feb 13, 2023

This PR implements more of Iterator's default methods on stream::BlockOn, in order to avoid calling block_on more often than necessary.

@notgull notgull merged commit 3ec5c05 into master Feb 14, 2023
@notgull notgull deleted the notgull/block-on-other-methods branch February 14, 2023 03:15
@notgull notgull mentioned this pull request Apr 7, 2023
notgull added a commit that referenced this pull request Apr 7, 2023
- Unbind Debug implementations of BufReader and BufWriter. (#49)
- Add the once_future() combinator. (#59)
- Add a combinator for temporarily using an AsyncRead/AsyncWrite as Read/Write. (#62)
- Implement more methods for stream::BlockOn. (#68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants