Atomics

In this lesson, we will discuss atomics and the different kinds of atomic operations.

We'll cover the following...

Atomics are the base of the C++ memory model. By default, the strong version of the memory model is applied to atomics. Therefore, it is important to understand the features of the strong memory model and their relation to atomics.

...

Access this course and 1400+ top-rated courses and projects.