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

Implement an ordered parallel collector collecting to Stream lazily #6

Closed
4 tasks done
pivovarit opened this issue Jan 22, 2019 · 0 comments
Closed
4 tasks done
Assignees
Labels
code enhancement New feature or request
Milestone

Comments

@pivovarit
Copy link
Owner

pivovarit commented Jan 22, 2019

  • parallelToStream(Executor executor)
  • parallelToStream(Executor executor, int parallelism)
  • parallelToStreamOrdered(Executor executor)
  • parallelToStreamOrdered(Executor executor, int parallelism)
@pivovarit pivovarit changed the title Implement a ParallelCollector collecting to Stream lazily Implement an ordered ParallelCollector collecting to Stream lazily Jan 22, 2019
@pivovarit pivovarit self-assigned this Jan 22, 2019
@pivovarit pivovarit added the code label Jan 22, 2019
@pivovarit pivovarit changed the title Implement an ordered ParallelCollector collecting to Stream lazily Implement an ordered parallel collector collecting to Stream lazily Jan 22, 2019
@pivovarit pivovarit added this to the 0.0.2 milestone Jan 24, 2019
@pivovarit pivovarit added the enhancement New feature or request label Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant