Conditional critical sections
Opened this issue · 0 comments
jrgfogh commented
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.