Posts

TimelineCpp20

Barriers and Atomic Smart Pointers in C++20

/
In my last post, I introduced latches in C++20. A latch enables its threads to wait until a counter becomes…
TimelineCpp20

Latches And Barriers

/
Latches and barriers are simple thread synchronization mechanisms, enabling some threads to wait until…