pub fn apply_events( marking: &mut HashMap<String, Vec<TokenInfo>>, enabled: &mut HashSet<String>, in_flight: &mut HashSet<String>, events: &[NetEvent], )
Applies events to mutable accumulator collections.