Barriers and Atomic Smart Pointers in C++20
/
0 Comments
In my last post, I introduced latches in C++20. A latch enables its threads to wait until a counter becomes…
Latches in C++20
Latches and barriers are coordination types that enable some threads to wait until a counter becomes…
Semaphores in C++20
Semaphores are a synchronization mechanism used to control concurrent access to a shared resource. They…
And the Winners are:
Last week, I launched a quiz. The price was it to win one of the five vouchers for the book "The…
Five Vouchers to win for my book “C++20”
I give away five vouchers for my book "C++20". In return, I have a question about the Big Four: concepts,…