Skip to main content

apply_events

Function apply_events 

Source
pub fn apply_events(
    marking: &mut HashMap<String, Vec<TokenInfo>>,
    enabled: &mut HashSet<String>,
    in_flight: &mut HashSet<String>,
    events: &[NetEvent],
)
Expand description

Applies events to mutable accumulator collections.