Search code examples
c++multithreadingc++11boost-thread

Please advise a worthy book on multithreading with boost.thread or C++11


Which book is worth buying, for your opinion? I'm generally familiar with multithreading concepts, OpenMP, basic WinAPI threading. I want now to learn to use new std::thread or boost.thread effectively - I'm unfamiliar with things like atomics, conditional variables, etc.


Solution

  • I don't know this book but the title got my attention: C++ Concurrency in Action. Perhaps it contains what you need, just take a look at the preview. It has some information about C++11