All Classes and Interfaces

Class
Description
An ExecutorService for running ForkJoinTasks.
Factory for creating new ForkJoinWorkerThreads.
Interface for extending managed parallelism for tasks running in ForkJoinPools.
Abstract base class for tasks that run within a ForkJoinPool.
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
An unbounded TransferQueue based on linked nodes.
A reusable synchronization barrier, similar in functionality to CyclicBarrier and CountDownLatch but supporting more flexible usage.
A recursive resultless ForkJoinTask.
A recursive result-bearing ForkJoinTask.
A random number generator isolated to the current thread.
A BlockingQueue in which producers may wait for consumers to receive elements.