Utility classes commonly useful in concurrent programming.
-
Returns the common pool instance.
Returns the pool hosting the current thread, or null
if the current thread is executing outside of any ForkJoinPool.
Returns the pool hosting this thread.
Returns a new worker thread operating in the given pool.
protected
Creates a ForkJoinWorkerThread operating in the given pool.
Creates a ForkJoinPool
with the given parameters.