Module java.base

Interface ForkJoinPool.ForkJoinWorkerThreadFactory

Enclosing class:
ForkJoinPool

public static interface ForkJoinPool.ForkJoinWorkerThreadFactory
Factory for creating new ForkJoinWorkerThreads. A ForkJoinWorkerThreadFactory must be defined and used for ForkJoinWorkerThread subclasses that extend base functionality or initialize threads with different contexts.