debug_delay

Function debug_delay 

Source
pub fn debug_delay()
Expand description

This function is useful for inducing random jitter into our atomic operations, shaking out more possible interleavings quickly. It gets fully elliminated by the compiler in non-test code.