Package | Description |
---|---|
java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
Modifier and Type | Method and Description |
---|---|
ForkJoinWorkerThread |
ForkJoinPool.ForkJoinWorkerThreadFactory.newThread(ForkJoinPool pool)
Returns a new worker thread operating in the given pool.
|