Skip to main content

tick

Function tick 

Source
pub fn tick(key: &'static str)
Expand description

Record one activation of key. Cheap (one mutex + map update); call this at the real call site of each subsystem so the registry reflects reality.