Replace odc::core::Semaphore
with std::counting_semaphore
#31
Labels
Milestone
odc::core::Semaphore
with std::counting_semaphore
#31
Just found out we got a STL replacement for
odc::core::Semaphore
in C++20:std::counting_semaphore
. (std::latch
might also be useful)Probably it will still take a while before we can use this, so consider this a future todo item.
The text was updated successfully, but these errors were encountered: