Previous | Next --- Slide 28 of 52
Back to Lecture Thumbnails
Levy

What the difference between this one and the snippets of last slides is the memory order adopted. By default it is memory_order_seq_cst, and memory_order_release/acquire is more relaxed.

Check C++ docs for details