| 程序包 | 说明 |
|---|---|
| org.skfiy.util.v8 |
| 限定符和类型 | 方法和说明 |
|---|---|
static ForkJoinPool |
ForkJoinPool.commonPool()
Returns the common pool instance.
|
ForkJoinPool |
ForkJoinWorkerThread.getPool()
Returns the pool hosting this thread.
|
static ForkJoinPool |
ForkJoinTask.getPool()
Returns the pool hosting the current task execution, or null if this task
is executing outside of any ForkJoinPool.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|
| 构造器和说明 |
|---|
ForkJoinWorkerThread(ForkJoinPool pool)
Creates a ForkJoinWorkerThread operating in the given pool.
|
Copyright © 2013 The Skfiy Open Association. All Rights Reserved.