| Package | Description |
|---|---|
| de.aristaflow.adept2.util.threading.executor |
| Class and Description |
|---|
| AbstractObjectRunnable
An abstract implementation for an
ObjectRunnable including some lifecycle management
like being active and termination. |
| AbstractObjectSpecificExecutor
A thread pool executor that accepts work for specific objects.
|
| AbstractPipeliningExecutor
A pipelining executor handles work in pipelines.
|
| ObjectOneWorkExecutor
A one work executor allows for an arbitrary amount of objects having work, but only one piece of
work is allowed for each object at a time.
|
| ObjectRunnable
This interface represents a runnable that is identified via a specific object.
|