public static interface ForkJoinPool.ForkJoinWorkerThreadFactory
ForkJoinWorkerThread
s.
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 pool)
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThread newThread(ForkJoinPool pool)
NullPointerException
- if the pool is nullpool
- the pool this thread works inaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.