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.