| Package | Description |
|---|---|
| de.aristaflow.adept2.util.threading.executor |
| Modifier and Type | Class and Description |
|---|---|
class |
LimitedPipelineExecutor<O>
A pipeline executor that has an upper limit for the amount of pipelines.
|
class |
UnlimitedPipelineExecutor<O>
A pipeline executor that has a separate pipeline for each registered object
and therefore also no upper limit concerning the amount of pipelines as well
as the amount of threads.
|