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

1.12

时间:2019-01-14 10:54:29      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:UNC   turn   ssi   val   apt   model   chap   for   ram   

C++ Concurrency in Action Anthony Williams

Chapter 4. Synchronizing concurrent operations

4.2 Waiting for one-off events with futures

4.2.1 Returning values from background tasks

4.2.2 Associating a task with a future

4.2.3 Making (std::) promises

4.2.4 Saving an exception for the future

4.2.5 Waiting from multiple threads

4.3 Waiting with a time limit

4.3.1 Clocks

4.3.2 Durations

4.3.3 Time points

4.3.4 Functions that accept timeouts

4.4 Using synchronization of operations to simplify code

4.4.1 Functional programming with futures

4.4.2 Synchronizing operations with message passing

 

Chapter 5. The C++ memory model and operations on atomic types

5.1 Memory model basics

5.1.1 Objects and memory locations

5.1.2 Objects, memory locations, and concurrency

5.1.3 Modification orders

5.2 Atomic operations and types in C++

5.2.1 The standard atomic types

1.12

标签:UNC   turn   ssi   val   apt   model   chap   for   ram   

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

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