pending

Function pending 

Source
fn pending() -> &'static Mutex<HashMap<String, Entry>>
Expand description

HashMap::new is not const-fn so the static needs lazy init.