Reputation: 175
In Java7 ForkJoin pool we can set the parallelism for the pool at the creation time. I could not find any api to change this in the runtime dynamically. Is there a way around to change the parallelism of a ForkJoin pool dynamically?
regards, Charith
Upvotes: 0
Views: 562