Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The recommended book for this course is "C++ Concurrency in Action" by Anthony Williams, published by Manning. This is the definitive book on multithreading in C++.
- Microsoft's Parallel Patterns Library is provided with Visual C++ as part of the "Concurrency Runtime", documented here: https://docs.microsoft.com/en-us/cpp/parallel/concrt/concurrency-runtime
- Intel's Thread Building Blocks Library is part of their oneAPI: https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html
- And finally, the "Awesome C++" github includes a number of multithreading libraries and frameworks: https://github.com/fffaraz/awesome-cpp
Advertisement
Add Comment
Please, Sign In to add comment