pub fn graph_section_detached<F>(
engine: &Engine,
f: F,
) -> 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.