book: revision of ch07 & finish atomics

Update #2
This commit is contained in:
Changkun Ou
2019-07-19 10:59:01 +02:00
parent fdb34b80e5
commit 677f74b691
12 changed files with 327 additions and 81 deletions

View File

@@ -83,7 +83,6 @@
+ 7.3 期物
+ 7.4 条件变量
+ 7.5 原子操作与内存模型
+ 7.6 事务内存
- [**第 8 章 文件系统**](./08-filesystem.md)
+ 8.1 文档与链接
+ 8.2 `std::filesystem`
@@ -100,6 +99,7 @@
+ 10.2 Range
+ 10.3 Module
+ 10.4 Coroutine
+ 10.5 事务内存
- [**附录 1进一步阅读的学习材料**](./appendix1.md)
- [**附录 2现代 C++ 的最佳实践**](./appendix2.md)