Vidyalelo
C++ Programming · Q28

Multi threading in C++

Programming · C++ Programming · question 28

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
Answer

Answer: Option D

Solution

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