-
Couldn't load subscription status.
- Fork 1.4k
Add combinators collect, collectPar and collectParN #3568
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.
Thanks for contributing! See comments below. We could also implement this on ZManaged and ZSTM.
1. Rename methods from collectSome to collect 2. Add collectParN method 3. Fix so that aliases return the most specific type 4. Fix faulty implementation
|
By the way, is this PR related to what we're trying to do: #3442? |
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 great! Very minor comments. Did you want to do the ZManaged and ZSTM versions as well?
Co-authored-by: Adam Fraser <[email protected]>
Co-authored-by: Adam Fraser <[email protected]>
|
Great! I'll add it to |
|
@adamgfraser I've just added the combinators for |
|
@adamgfraser Friendly reminder :) |
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 great! Thank you and congratulations on your first contribution to ZIO!
No description provided.