Back to 2014-proposals

Title: Parallelism beyond C++14
Proposer: Detlef Vollmann
Type: Tutorial
Duration: 90 mins
Description:
Parallelism and multi-threading are two of the main topics for the next versions of C++ (beyond 2014).

This talk will present the additions for concurrency support currently planned C++17 (and beyond) targeting mainly real parallelism (and not just multi-threading) and generally asynchronous programming models currently discussed in the C++ standardization committee.

Intended audience:
This talk is for programmers and designers who are interested in an overview of discussed concurrency additions in the next revisions of C++.


JJ: Detlef writes - This is not exactly the same presentation as 'Parallelism in C++1y' at ACCU conference 2013. It's some kind of ongoing report from the C++ committee's concurrency working group. As such it still contains substantial material from the 2013 presentation, but covers a number of new topics as well.