Learning Objectives
At the end of this lecture, you should be able to:
- Use mutex locks and condition variables to solve a famous concurrency problem.
Topics
In this lecture, we will cover the following topics:
- Mutex locks.
- Condition variables.
- The readers and writers problem.