中文名: C++ 的并发行为
原名: C++ Concurrency in Action
作者: Anthony Williams,Williams Anthony
图书分类: 计算机与网络
资源格式: PDF
出版社: Manning Publications Company
书号: 1933988770
发行时间: 2010年3月28日
地区: 大陆,美国,英国,澳大利亚,加拿大
语言: 英文
简介:

With the new C++ Standard and Technical Report 2 (TR2), multi-threading is coming to C++ in a big way. TR2 will provide higher-level synchronization facilities that allow for a much greater level of abstraction, and make programming multi-threaded applications simpler and safer.
As a guide and reference to the new concurrency features in the upcoming C++ Standard and TR2, this book is invaluable for existing programmers familiar with writing multi-threaded code in C++ using platform-specific APIs, or in other languages, as well as C++ programmers who have never written multithreaded code before.

