see #2: update std::atomic and memory model

This commit is contained in:
Changkun Ou
2019-07-18 17:22:23 +02:00
parent 5e9c33002a
commit 6062a58161
6 changed files with 223 additions and 8 deletions

View File

@@ -82,7 +82,7 @@
+ 7.2 Mutex and Critical Section
+ 7.3 Futures
+ 7.4 Condition Variable
+ 7.5 Atomic Operation and Memory Order
+ 7.5 Atomic Operation and Memory Model
+ 7.6 Transactional Memory
+ 7.7 Coroutine
- [**Chapter 08 File System**](./08-filesystem.md)