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,8 +83,6 @@
+ 7.3 Futures
+ 7.4 Condition Variable
+ 7.5 Atomic Operation and Memory Model
+ 7.6 Transactional Memory
+ 7.7 Coroutine
- [**Chapter 08 File System**](./08-filesystem.md)
+ 8.1 Documents and links
+ 8.2 `std::filesystem`
@@ -97,10 +95,11 @@
+ Custom String Literal
+ 9.4 Math Library
- [**Chapter 10 Outlook: Introduction of C++20**](./10-cpp20.md)
+ Concept
+ Range
+ Module
+ Coroutine
+ 10.1 Concept
+ 10.2 Range
+ 10.3 Module
+ 10.4 Coroutine
+ 10.5 Transaction Memory
- [**Appendix 1: Further Study Materials**](./appendix1.md)
- [**Appendix 2: Modern C++ Best Practices**](./appendix2.md)