Multi-Threaded Programming in C++
Author: Mark Walmsley
Publisher: Springer Science & Business Media
Published: 2012-12-06
Total Pages: 226
ISBN-13: 144710725X
DOWNLOAD EBOOKThis is a clear introduction to the basic concepts of multi-threadingcomplemented by a detailed description of the multi-threading facilities available under the UNIX and Windows operating systems. The implementation mechanisms are hidden within C++ classes, which then provide standardized interfaces to the functionality. With traditional single-threaded programming, objects serve as passive repositories of functionality that are invoked by external codemulti-threading allows objects to become active entities that independently perform their own processing.