Core concept
ForkJoinPool pool = new ForkJoinPool();
pool.invoke(new MyTask());Advertisement
How it works
ForkJoinTask API can be complex. commonPool shared.
Advertisement
Trade-offs + gotchas
Recursive parallel algorithms.
ForkJoinPool pool = new ForkJoinPool();
pool.invoke(new MyTask());ForkJoinTask API can be complex. commonPool shared.
Recursive parallel algorithms.