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