concurrent_bubbles

Function concurrent_bubbles 

Source
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.