-
Couldn't load subscription status.
- Fork 1.4k
Added fromIterator versions that capture exceptions. #3195
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Two minor oversights. Thanks for picking this up!
Co-Authored-By: Itamar Ravid <[email protected]>
Co-Authored-By: Itamar Ravid <[email protected]>
|
I'll review it myself as well, I think there are some simplifications that could be made like |
|
I think the call to Stream#iterator is rightly suspended as who knows what throws and what doesn’t 🤷🏼♂️ |
|
Okay, fixed one more minor problem in |
|
Needs a format and should be good to go! |
|
Awesome work. Thanks again @alexknvl. |
Closes #2334.