Class WorkerUnionBase<T>

All Implemented Interfaces:
AutoCloseable, Runnable, CloseableIteration<T,QueryEvaluationException>, Iteration<T,QueryEvaluationException>, ParallelExecutor<T>
Direct Known Subclasses:
ControlledWorkerUnion, SynchronousWorkerUnion

public abstract class WorkerUnionBase<T> extends UnionExecutorBase<T>
Base class for worker unions providing convenience functions to add tasks.
Author:
Andreas Schwarte
See Also: