Introduction to Mutexes
This lesson gives an introduction to mutexes, which are used in C++ for concurrency.
We'll cover the following
Mutex stands for mutual exclusion. It ensures that only one thread can access a critical section at any one time. By using a mutex, the mess of the workflow turns into harmony.
Get hands-on with 1400+ tech skills courses.