C++并发实战-第十与十一章-总学习笔记第8
[TOC]
C++ 并发实战《C++ Concurrency in Action》的学习笔记 8, 记录第十与十一章的部分 Parallel algorithms & Testing and debugging multithreaded applications.
内容是:
第十章
- Using the C++17 parallel algorithms
第十一章 - Concurrency-related bugs
- Locating bugs through testing and code review
- Designing multithreaded tests
- Testing








