"《C++ 的並發行為》(C++ Concurrency in Action)(Anthony Williams,Williams Anthony)[PDF]"介紹
中文名: C++ 的並發行為
原名: C++ Concurrency in Action
作者: Anthony Williams,Williams Anthony
資源格式: PDF
出版社: Manning Publications Company
書號: 1933988770
發行時間: 2010年3月28日
地區: 大陸,美國,英國,澳大利亞,加拿大
語言: 英文
簡介:
![](https://www.ed2k.online/tushu/UploadFiles_2708/201707/2017071023464232.jpg)
隨著新的C + +標准和技術報告2制定,多線程是C++未來的一大趨勢。 TR2對將提供更高級別的同步設施,為更大程度的抽象允許,使編程多線程應用程序更簡單,更安全。
本書為指導和引用C + +標准和TR2,是對現有程序員與writing多線程在C + +代碼使用平台特定的API,或在其他語言熟悉,以及C + +程序員寶貴的參考,以新的並發features
![](https://www.ed2k.online/tushu/UploadFiles_2708/201707/2017071023464219.jpg)
目錄:
Chapter One:Introduction
Chapter Two:Managing Threads
Chapter Three:Sharing Data
Chapter Four:Synchronizing Concurrent Operations
Chapter Five:The C++ Memory Model and Operations on Atomic Types
Chapter Six:Designing Data Structures for Concurrency I:Lock-based Data Structures
Chapter Seven:Designing Data Structures for COncurrenty II: Lock-free Concurrent Data Structures
Chapter Eight:Desgning Concurrent Code
Chapter Nine:High Level Thread Management
Chapter Ten:Testing and Debugging MUlti-threaded Applications
Appendix A: New Features of the C++ language used by the thread library