| Package | Description |
|---|---|
| org.d_haven.event.command |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractThreadPolicy
The AbstractThreadPolicy keeps track of wether the management thread
is running or not, and stores the ThreadManager for future use.
|
class |
OneThreadPolicy
Created by IntelliJ IDEA.
|
class |
ProcessorBoundThreadPolicy
The ProcessorBoundThreadPolicy is a ThreadPolicy designed to process
pipelines in a number of threads that is a multiple of the number of
threads in the system.
|
| Modifier and Type | Field and Description |
|---|---|
private ThreadPolicy |
DefaultThreadManager.m_policy |
| Constructor and Description |
|---|
DefaultThreadManager(ThreadPolicy policy)
Create the DefaultThreadManager using the ThreadPolicy of your
choice.
|