java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory |
Factory for creating new ForkJoinWorkerThread
s.
A ForkJoinWorkerThreadFactory
must be defined and used
for ForkJoinWorkerThread
subclasses that extend base
functionality or initialize threads with different contexts.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a new worker thread operating in the given pool.
|
Returns a new worker thread operating in the given pool.
Parameters | |
---|---|
pool |
ForkJoinPool :
the pool this thread works in |
Returns | |
---|---|
ForkJoinWorkerThread |
the new worker thread |
Throws | |
---|---|
NullPointerException |
if the pool is null |