Skip to main content

graph_section_detached

Function graph_section_detached 

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

graph_section with the DETACHED shape: forks from the current frontier (or the open group base) and is joined only by the next serial section — never gates a group merge.