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.
pub fn suppress_lock_cycle_panics()Prevent potential deadlocks from panicking when lock cycle detection is enabled. This will cause them to print instead of exiting the process.