Skip to main content

ready_items

Function ready_items 

Source
pub fn ready_items<S: BuildHasher>(
    states: &HashMap<String, WorkItemState, S>,
) -> Vec<String>
Expand description

Return item IDs that have no active blocking dependencies.

Iterates all items in states and returns those whose blocked_by OR-Set is empty. Order is unspecified.