Vidyalelo
C++ Programming · Q19

Multi threading in C++

Programming · C++ Programming · question 19

Q19

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

A.
To provide mutual exclusion
B.
To synchronize the execution of threads
C.
To wait for a condition to be satisfied by any type of mutex
Answer
D.
To signal waiting threads

Answer: Option C

Solution

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