pub fn try_lock_failure_count() -> u64
Return the current lifetime total of try_lock() failures.
try_lock()
Intended for periodic telemetry reporting (e.g., once per second in about_to_wait in crate::app::handler::window_state_impl).
about_to_wait
crate::app::handler::window_state_impl