C++ Concurrency in Action - Anthony Williams.pdf

时间:2013-02-14 07:48:01
【文件属性】:

文件名称:C++ Concurrency in Action - Anthony Williams.pdf

文件大小:2.23MB

文件格式:PDF

更新时间:2013-02-14 07:48:01

c++

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.


网友评论

  • 多线程优秀的书籍,难得,希望以后多点这样的书籍
  • 很好  可惜没中文的
  • 很好的资料,以后C++的发展趋势
  • 这本书讲的是std::thread, 不是一般常用的pthread. 不过看看过过概念还可。