| Package | Description |
|---|---|
| java.util.concurrent |
Utility classes commonly useful in concurrent programming.
|
| Modifier and Type | Field and Description |
|---|---|
static ForkJoinPool |
ForkJoinPool.defaultForkJoinWorkerThreadFactory
Creates a new ForkJoinWorkerThread.
|
| Modifier and Type | Method and Description |
|---|---|
ForkJoinPool |
ForkJoinPool.getFactory()
Returns the factory used for constructing new workers.
|
| Constructor and Description | |
|---|---|
ForkJoinPool(int parallelism, ForkJoinPool
Creates a
ForkJoinPool with the given parameters.
|