码迷,mamicode.com
首页 > 其他好文 > 详细

1.5

时间:2019-01-06 10:44:30      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:require   threading   any   summary   ant   RoCE   tac   3.3   ace   

C++ Concurrency in Action Anthony Williams

Chapter 1. Hello, world of concurrency in C++!

1.1 What is concurrency?

1.1.1 Concurrency in computer systems

1.1.2 Approaches to concurrency

1.2 Why use concurrency?

1.2.1 Using concurrency for separation of concerns

1.2.2 Using concurrency for performance

1.2.3 When not to use concurrency

  Using too many threads can exhaust the available memory or address space for a process, because each thread requires a separate stack space.

1.3 Concurrency and multithreading in C++

1.3.1 History of multithreading in C++

1.3.2 Concurrency support in the new standard

1.3.3 Efficiency in the C++ Thread Library

1.3.4 Platform-specific facilities

1.4 Getting started

1.4.1 Hello, Concurrent World

1.5 Summary

1.5

标签:require   threading   any   summary   ant   RoCE   tac   3.3   ace   

原文地址:https://www.cnblogs.com/lefthook/p/10227073.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!