changes: 优化文档导航

This commit is contained in:
Changkun Ou
2018-04-11 08:02:11 +02:00
parent 8e9fc54724
commit 2038e5fe67
13 changed files with 35 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
# 第 7 章 语言级线程支持
# 第 7 章 标准库:线程与并发
> 内容修订中
@@ -173,6 +173,8 @@ C++11 语言层提供了并发编程的相关支持,本节简单的介绍了 `
> 本节提到的内容足以让我们使用不超过 100 行代码编写一个简单的线程池库,请参考习题 TODO
[返回目录](./toc.md) | [上一章](./06-regex.md) | [下一章 标准库:文件系统](./08-filesystem.md)
## 进一步阅读的参考资料
1. [C++ 并发编程\(中文版\)](https://www.gitbook.com/book/chenxiaowei/cpp_concurrency_in_action/details)