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.
pub(crate) fn atomic_fence()
Use fences to prevent accesses from being reordered before this point, which should hopefully help ensure that all accessors see zeroes after this point.