A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3600
Date: 2013-03-16
C++ Latches and Barriers
by Alasdair Mackintosh
Excerpt:
We propose a set of commonly-used concurrency classes, some of which may be implemented using efficient lock-free algorithms where appropriate. This paper describes the
latch
andbarrier
classes.
Add a Comment
Comments are closed.