Uses of Class
de.aristaflow.adept2.util.threading.executor.AbstractPipeliningExecutor
-
Packages that use AbstractPipeliningExecutor Package Description de.aristaflow.adept2.util.threading.executor -
-
Uses of AbstractPipeliningExecutor in de.aristaflow.adept2.util.threading.executor
Subclasses of AbstractPipeliningExecutor in de.aristaflow.adept2.util.threading.executor Modifier and Type Class 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.
-