public static interface ForkJoinPool.ForkJoinWorkerThreadFactory
ForkJoinWorkerThreads. A
ForkJoinWorkerThreadFactory must be defined and used for
ForkJoinWorkerThread subclasses that extend base functionality or initialize threads with different contexts.
| Modifier and Type | Method and Description |
|---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThreadnewThread(ForkJoinPool pool)
pool - the pool this thread works in
NullPointerException - if the pool is null