Vidyalelo
C++ Programming · Q11

Multi threading in C++

Programming · C++ Programming · question 11

Q11

What is the purpose of the 'std::condition_variable' class in C++ multi-threading?

A.
To notify waiting threads
B.
To synchronize the execution of threads
Answer
C.
To manage thread priorities
D.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board