Skip to main content

build_chunk_pipeline

Function build_chunk_pipeline 

Source
pub fn build_chunk_pipeline(
    graph: &mut Graph<Box<dyn ChunkNode>>,
) -> ChunkRegistry
Expand description

Build the chunk graph from the registry. Allocates resources, adds every node in registry order, and returns the ids the job addresses.