mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-18 05:04:39 +03:00
changes: 优化文档导航
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user