C++20 Concurrency: Barrier -- Gajendra Gulgulia
One if by latch, two if by barrier:
C++20 Concurrency: Barrier
by Gajendra Gulgulia
From the article:
In this article, I’ll present a simple example of
std::barrierby means of game players playing a hypothetical card game and go into the details of the api ofstd::barrierin another article...

Another CppCon 2022 keynote video is posted:
Do you know about std::ssize()?