C++ Papers for Issaquah -- Concurrency
So I just started to read through the papers for the next C++ committee meeting in Issaquah in February, first part is about Concurrency:
C++ Papers for Issaquah -- Concurrency
by Jens Weller
From the article:
In february the C++ committee is going to meet for a week in Issaquah, it could be the final Meeting for C++14, the papers in this series will reflect both, C++14 and the standard that will come after it. Currently mostly known as C++1y. A lot of papers that are not part of C++14 will be formed into technical specifications, which some will then become C++1y later. Like the last series, I will again focus on the working groups, and post the papers sorted by the name of the working group, starting with concurrency.

The start of my series about the papers for the upcoming Chicago meeting, starting with C for Concurrency:
Here is a nicely accessible description of synchronization in the C++ memory model: