STANAANDREY

Untitled

Oct 14th, 2025
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. 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++.
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. 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
  13.  
  14. 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
  15.  
  16. 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