Function membarrier::light

source ·
pub fn light()
Expand description

Issues light memory barrier for fast path.

It issues compiler fence, which disallows compiler optimizations across itself.