Open jrgfogh opened 5 months ago
Google's library abseil contains an implementation of "conditional critical sections," which is similar to std::condition_variable, but much harder to misuse.
std::condition_variable
synchronized should have a similar feature.
synchronized
Google's library abseil contains an implementation of "conditional critical sections," which is similar to
std::condition_variable
, but much harder to misuse.synchronized
should have a similar feature.