fix some translation

This commit is contained in:
wendajiang 2020-06-26 15:18:06 +08:00
parent a55ec22090
commit 8d54be6447

View File

@ -60,7 +60,7 @@ auto fut = std::async(doAsyncWork); // onus of thread mgmt is
## 总结
## 记住
- `std::thread`API不能直接访问异步执行的结果如果执行函数有异常抛出代码会终止执行
- 基于线程的编程方式关于解决资源超限,负载均衡的方案移植性不佳