- Mastering C++ Multithreading
- Maya Posch
- 108字
- 2021-07-15 17:34:01
C++ Multithreading APIs
While C++ has a native multithreading implementation in the Standard Template Library (STL), OS-level and framework-based multithreading APIs are still very common. Examples of these APIs include Windows and POSIX (Portable Operating System Interface) threads, and those provided by the Qt, Boost, and POCO libraries.
This chapter takes a detailed look at the features provided by each of these APIs, as well as the similarities and differences between each of them. Finally, we'll look at common usage scenarios using example code.
Topics covered by this chapter include the following:
- A comparison of the available multithreading APIs
- Examples of the usage of each of these APIs
推薦閱讀
- C++程序設計(第3版)
- Learning PostgreSQL
- Dependency Injection in .NET Core 2.0
- Java 9 Programming Blueprints
- Groovy for Domain:specific Languages(Second Edition)
- C語言程序設計
- 深入淺出Serverless:技術原理與應用實踐
- Linux Device Drivers Development
- Learning Laravel's Eloquent
- 青少年信息學競賽
- C#開發(fā)案例精粹
- Microsoft HoloLens By Example
- Python物理建模初學者指南(第2版)
- Android開發(fā)權威指南(第二版)
- 深入實踐C++模板編程