static final class ForkJoinPool.DefaultForkJoinWorkerThreadFactory extends java.lang.Object implements ForkJoinPool.ForkJoinWorkerThreadFactory
| Constructor and Description |
|---|
DefaultForkJoinWorkerThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
public final ForkJoinWorkerThread newThread(ForkJoinPool pool)
ForkJoinPool.ForkJoinWorkerThreadFactorynewThread in interface ForkJoinPool.ForkJoinWorkerThreadFactorypool - the pool this thread works in