Module ppl::pipeline

source ·
Expand description

Parallel pipeline

The pipeline module contains the Pipeline struct and the pipeline! macro. The Pipeline struct represents a pipeline of nodes. The pipeline! macro is used to create that pipeline. There are also some traits and structs that are used to create the pipeline. For example, the Node trait is used to define a node of the pipeline.

Modules§

  • Traits and Struct representing the various type of nodes in a pipeline.

Structs§