Posts

spinLockSleep

The Atomic Flag

/
Atomics guarantee two characteristics. On the one hand, they are atomic, on the other, they provide synchronization…
Overview

C++ Memory Model

/
Since C++11, C++ has a memory model. It is the foundation for multithreading. Without it, multithreading…