Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime | |
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Method and Description |
---|---|
static IStructure<PTask> |
Scheduler.createScheduler(Scheduler.SchedulingStrategy strategy,
int numOfThreads) |
Modifier and Type | Method and Description |
---|---|
static ThreadPool |
ThreadPool.initialize()
initialize thread pool, default initialization
|
static ThreadPool |
ThreadPool.initialize(Scheduler.SchedulingStrategy taskPool,
int numOfThreads) |
static ThreadPool |
ThreadPool.initialize(Scheduler.SchedulingStrategy taskPool,
int numOfThreads,
ThreadPool.ThreadPoolType type) |