Package | Description |
---|---|
jadex.commons.concurrent |
This package contains a thread pool implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultThreadPoolStrategy
This strategy has two parameters:
- The desired number of free threads in the pool
|
Constructor and Description |
---|
ThreadPool(boolean daemon,
IThreadPoolStrategy strategy)
Create a new thread pool.
|
ThreadPool(IThreadPoolStrategy strategy)
Create a new thread pool.
|
Copyright © 2012. All Rights Reserved.