Free Atomic Functions

This lesson gives an overview of free atomic functions used from the perspective of concurrency in C++.

We'll cover the following...

The functionality of the flag std::atomic_flag and the class template std::atomic can also be used with free functions. Because these functions use pointers instead of references, they are compatible with C. The atomic free functions are available for the types that you can use with the class template std::atomic. ...

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