netunicorn.base.pipelineΒΆ

Abstrcations for Pipeline representation.

Classes

CyclePipeline

CyclePipeline is a Pipeline that will be executed several times.

Pipeline

Pipeline is a class that takes a tuple of Tasks and executes them in order.