Wednesday, August 16, 2017

Common Fork Join Pool and Streams

https://dzone.com/articles/common-fork-join-pool-and-streams

how do you make the parallel streams use their own Fork Join Pools instead of sharing the common pool? Well, you need to create your own ForkJoinPool object and use this pool to contain the stream code.






No comments:

Post a Comment