- Exercise

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

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 1400+ tech skills courses.