Skip to main content

store_memory_barrier

Function store_memory_barrier 

Source
pub fn store_memory_barrier()
Expand description

Ensure all stores that appear before this barrier (in program order) complete before any stores that appear after this barrier.