Fork/Join
Learn about the Fork-join framework.
We'll cover the following...
Fork-join framework
There are new Java concurrency APIs (JSR 166y) referred to as the Fork-join framework. It is designed for tasks that can be broken down and takes advantage of multiple processors. The following are the core classes (all located in java.util.concurrent):
ForkJoinPool: An ExecutorService for running