Any web source for me to practice C++ threading?

I learned the basic ideas and examples about threading in C++.
Now I want to do some practice. Is there any good websites or books for threading problems with solutions and explanation? I Googled a bit. It seems most online sources only cover basic idea and simple examples about threading. I am looking for more advanced ones, more close to real-life problems.

Thanks,

L
> Is there any good websites or books for threading problems with solutions and explanation?

Book: 'C++ Concurrency in Action: Practical Multithreading' by Anthony Williams
https://www.amazon.com/C-Concurrency-Action-Practical-Multithreading/dp/1933988770

Blog: https://www.justsoftwaresolutions.co.uk/threading/
I read the book JLBorges linked you, it's easily one of the best books you could find for multi-threading.
Last edited on
Thank you. I have just ordered it on Amazon.
Topic archived. No new replies allowed.