Q28
What is the purpose of the 'std::latch' class in C++ multi-threading?
A.
To signal waiting threads
B.
To provide mutual exclusion
C.
To manage thread priorities
D.
To synchronize the execution of threads until a specified count is reached
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board