Is parallelism as such a part of the C++17 changes? When I Google "c++ parallelism" (without quotes), I come across a few different docs, and I can't piece together the timeline or the definitive changes.
- There's at least one Technical Specification at open-std.org, like N4578.
- There's this doc at the ISO CPP website.
- A fairly recent and deep dive into parallel computing in C++ doesn't mention C++17 at all.
Where's the single source of truth? Is parallelism part of C++17 or a separate TS?