mutex-vs-monitor__the-basics__python-concurrency-for-senior-engineering-interviews
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Monitor and condition variables relationship is not clearly explained |
![]() |
0 | 62 | February 7, 2022 |
Next, thread A executes the statement cond_var.wait() and is placed in a wait queue. At the same time thread A gives up the mutex |
![]() |
0 | 94 | May 31, 2021 |