fn map() -> &'static Mutex<HashMap<u64, Instant>>Expand description
Per-HWND last-emit time. Lock is held only for HashMap
operations — never across IPC. Mutex-poisoning is treated as
unrecoverable (poison = a panic in the WRR hook callback,
which means the hook is broken anyway); we recover via
into_inner so the next caller starts fresh.