Posts

acquireReleaseConsume

memory_order_consume

/
std::memory_order_consume is the most legendary of the six memory models. That's for two reasons. On…
atomicOperationsReadWriteEng

Synchronization and Ordering Constraints

/
In this post, our tour through the c++ memory model goes one step deeper. Until now, the posts were only…