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.| 限定符和类型 | 方法和说明 |
|---|---|
ForkJoinWorkerThread |
newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
ForkJoinWorkerThread newThread(ForkJoinPool pool)
pool - the pool this thread works inNullPointerException - if the pool is nullCopyright © 2013 The Skfiy Open Association. All Rights Reserved.