- 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

Get hands-on with 1200+ tech skills courses.