Package jconch.pipeline

Interface Summary
ThreadingModel Implements a threading model for a pipeline.
 

Class Summary
Consumer<T> The base implementation of a pipe that consumes elements without producing anything.
PipelineStage The base interface for a stage in the pipeline.
PipeLink<T> A link in the stages of the pipeline.
Processor<IN_T,OUT_T> A processing pipe in the pipeline.
Producer<OUT_T> The base implementation of a pipe that produces new elements to retrieve.