nop

Function nop 

Source
pub fn nop()
Expand description

No Operation - Burn one CPU cycle

This emits exactly one NOP instruction and therefore burns at least one CPU cycle at runtime.

This function is an optimization fence. That means memory accesses will not be re-ordered by the compiler across this function call.