- Exercise

In this exercise, you will explore atomic operations and sequential consistency on your own.

We'll cover the following...

Try It Out!

  1. Which atomic data types are available?

    See std::atomic

  2. Which atomic operations are available?

    See std::atomic

  3. How can you break the sequential consistency?

    See std::memory_order

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