Introduction to Mutexes

This lesson gives an introduction to mutexes which are used in C++ for concurrency.

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 a harmony.

Get hands-on with 1200+ tech skills courses.