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

Create chunks in Stream.fromIterator and Stream.fromBlockingIterator #2015

Merged
merged 2 commits into from
Aug 29, 2020

Conversation

susuro
Copy link
Contributor

@susuro susuro commented Aug 28, 2020

I think that in reference to #2010 we can make fromIterator in the 3.x series chunk-aware from beginning and similar to most other methods which create chunks, do not provide any default value. Because the code for blocking and non-blocking PartiallyAppliedFromIterator is nearly identical, I would suggest to merge it into single class.

@mpilquist mpilquist merged commit 7440a4e into typelevel:develop Aug 29, 2020
@susuro susuro deleted the iterator-chunk-dev branch August 29, 2020 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants