Package | Description |
---|---|
com.sun.electric.tool.util.concurrent |
Package for parallel patterns and concurrent data structures
|
com.sun.electric.tool.util.concurrent.patterns | |
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Method and Description |
---|---|
static <T extends BlockedRange<T>> |
Parallel.For(T range,
PForTask<T> task,
IThreadPool pool) |
Modifier and Type | Field and Description |
---|---|
protected IThreadPool |
PJob.pool |
Modifier and Type | Method and Description |
---|---|
IThreadPool |
PJob.getThreadPool() |
Constructor and Description |
---|
PForJob(T range,
PForTask<T> task,
IThreadPool pool) |
PJob(IThreadPool pool) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadPool
Magic thread pool
|
class |
ThreadPoolJdkForkJoin |