Expand description

Pipeline module contains the dataflow pipeline struct, as well as all pipeline utilities

Structs

Connector for chaining two nodes together

A node that takes in T and outputs (T, T)

A loader with a key generating function

Pair contains two nodes that run in parallel (TODO: actually make parallel)

Given files, randomly load segments seperated by a delimeter

Traits