Concurrency with Modern C++:
What every professional C++ programmer should know about concurrency
English | 2020 | ISBN: n/a | 586 Pages | PDF EPUB MOBI | 28 MB
What every professional C++ programmer should know about concurrency
English | 2020 | ISBN: n/a | 586 Pages | PDF EPUB MOBI | 28 MB
C++11 and C++14 have the basic building blocks for creating concurrent or parallel programs.
With C++17 we got the parallel algorithms of the Standard Template Library (STL). That means, most of the algorithms of the STL can be executed sequential, parallel, or vectorized.