好书推荐 好书速递 排行榜 读书文摘

C++ Concurrency in Action

C++ Concurrency in Action
作者:Mr Anthony Williams
副标题:2nd Edition
出版社:Manning Publications
出版年:2017-12
ISBN:9781617294693
行业:计算机
浏览数:204

内容简介

C++ 11 delivered strong support for multithreaded applications, and the subsequent C++14 and 17 updates have built on this baseline. C++ has better options for concurrency than ever before, which means it's an incredibly powerful option for multicore and parallel applications.

......(更多)

作者简介

Anthony Williams is a UK-based developer and consultant with many years experience in C++. He has been an active member of the BSI C++ Standards Panel since 2001, and is author or coauthor of many of the C++ Standards Committee papers that led up to the inclusion of the thread library in the new C++ Standard, known as C++11 or C++0x. He has been the maintainer of the Boost Thread library since 2006, and is the developer of the just::thread implementation of the C++11 thread library from Just Software Solutions Ltd. Anthony lives in the far west of Cornwall, England.

......(更多)

目录

......(更多)

读书文摘

undefined behavior is one of the nastiest corners of C++

don’t wait for another thread if there’s a chance it’s waiting for you

......(更多)

猜你喜欢

点击查看