C++ Core Guidelines: Be Aware of the Traps of Condition Variables
Today, I am writing a scary post about condition variables. You should be aware of these issues of condition variables. The C++ core guideline CP 42 states: “Don’t wait without a condition”.