Hello, this project is about Concurrency of C Plus Plus.
What I will code is thread safe containers and relevant traditional concurrent code like Thread Pool based On C++11.
Here is my note: Concurrency-Note.
No Implementation yet.
ThreadSafeQueue
- The C++ Standard Library: A Tutorial and Reference, Second Edition. by Niolai M. Josuttis.
- C++ Concurrency in Action: Practical Multithreading by Anthony Williams.