Module barrier

Module barrier 

Source
Expand description

Memory barrier utilities

Functionsยง

compiler_fence_seq_cst
Insert a compiler fence to prevent reordering
memory_fence_seq_cst
Insert a full memory fence
with_barriers
Execute a closure with memory barriers before and after