单个生产者、消费者无锁队列
https://github.com/cameron314/readerwriterqueue
多生产者、消费者无锁队列
https://github.com/cameron314/concurrentqueue
《C++ Concurrency in Action - SECOND EDITION》的中文翻译项目
https://github.com/xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
英文原版PDF《C++ Concurrency in Action - SECOND EDITION》
C++ Concurrency in Action-2ed.pdf