suppress_lock_cycle_panics

Function suppress_lock_cycle_panics 

Source
pub fn suppress_lock_cycle_panics()
Expand description

Prevent potential deadlocks from panicking when lock cycle detection is enabled. This will cause them to print instead of exiting the process.