... continued
Continuation of discussion on condition variables.
We'll cover the following...
We create a condition variable as follows:
Creating a condition variable
cond_var = Condition()
The two important methods of a condition variable are: