Skip to main content

graph_section_absorbing

Function graph_section_absorbing 

Source
pub fn graph_section_absorbing<F>(
    engine: &Engine,
    f: F,
) -> Result<(), Box<dyn Error>>
where F: FnMut() -> Result<(), Box<dyn Error>>,
Expand description

Serial section that ALSO joins every pending detached section (the SH1 consumer shape).