pub fn debug_assert_counter_zero(counter: &AtomicUsize, what: &'static str)
Expand description
A debugging method for detecting the case when the epilogue is never executed.
pub fn debug_assert_counter_zero(counter: &AtomicUsize, what: &'static str)
A debugging method for detecting the case when the epilogue is never executed.