Barriers and Atomic Smart Pointers in C++20--Rainer Grimm

More tools for concurency safety.

Barriers and Atomic Smart Pointers in C++20

by Rainer Grimm

From the article:

In my last post, I introduced latches in C++20. A latch enables it threads to wait until a counter becomes zero. Additionally, to a latch, its big sibling barrier can be used more than once. Today, I write about barriers and present atomic smart pointers...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.