jsr166y.forkjoin
public static interface ForkJoinPool.ForkJoinWorkerThreadFactory
Modifier and Type | Method and Description |
---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThread newThread(ForkJoinPool pool)
pool
- the pool this thread works injava.lang.NullPointerException
- if pool is null;