zeroize

Function atomic_fence

source
pub(crate) fn atomic_fence()
Expand description

Use fences to prevent accesses from being reordered before this point, which should hopefully help ensure that all accessors see zeroes after this point.