Blocking Issues

This lesson explains the challenges of blocking issues while using a condition variable in C++.

We'll cover the following...

To make my point clear, you have to use a condition variable in combination with a predicate. If you don’t, your program may become a victim of a ...