pub fn concurrent_bubbles<OP>(graph: &DiGraphMap<OP, ()>) -> Vec<HashSet<OP>>where
OP: OperationId + Ord,Expand description
Walk the graph and identify all sets of concurrent operations.
pub fn concurrent_bubbles<OP>(graph: &DiGraphMap<OP, ()>) -> Vec<HashSet<OP>>where
OP: OperationId + Ord,Walk the graph and identify all sets of concurrent operations.