std::conditional_variable и std::atomic_flag в С++20
#C #c #c20 #atomic #conditionvariables IV
https://habr.com/ru/post/708918/
#C #c #c20 #atomic #conditionvariables IV
https://habr.com/ru/post/708918/
Хабр
std::conditional_variable и std::atomic_flag в С++20
Основная идея статьи - сравнить производительность std::conditional_variable и std::atomic_flag::wait из С++20, посмотреть примеры использования. Когда встает вопрос об ожидании какого-то...