Skip to main content

Module pipeline

Module pipeline 

Source

Structs§

ChainBuilder
Builds one chain segment (a run of elements that all execute on the same thread). Call ChainBuilder::queue to close the current segment behind a Queue and start a new one on its own worker thread.
DetachedBranch
A fully constructed runtime chain whose graph nodes are still detached. Dropping it has no topology effect; only an attach operation commits it.
Pipeline
Top-level pipeline: one or more sources (see PipelineBuilder, with everything reachable from each source’s own src pads already linked) plus the bus every source reports events on and the Clock every crate::elements::Pacer in it shares.
PipelineBuilder