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

Add IO.mergeAll #12

Closed
jdegoes opened this issue Jun 9, 2018 · 1 comment
Closed

Add IO.mergeAll #12

jdegoes opened this issue Jun 9, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jdegoes
Copy link
Member

jdegoes commented Jun 9, 2018

Uses par for parallel composition.

object IO {
 def mergeAll[E, A](in: TraversableOnce[IO[E, A]])(zero: B, f: (B, A) => B): IO[E, B]
}
@jdegoes jdegoes added enhancement New feature or request good first issue Good for newcomers labels Jun 9, 2018
@DennisVDB
Copy link
Contributor

PR #32 solved this. I think this issue needs to be closed.

@ktonga ktonga closed this as completed Jun 12, 2018
guersam pushed a commit to guersam/zio that referenced this issue May 7, 2023
Make `ServiceReloader` work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants