- 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
推薦閱讀
- 從零開始:數字圖像處理的編程基礎與應用
- Learning Docker
- Java Web基礎與實例教程(第2版·微課版)
- DevOps入門與實踐
- Python貝葉斯分析(第2版)
- QGIS:Becoming a GIS Power User
- WordPress 4.0 Site Blueprints(Second Edition)
- Multithreading in C# 5.0 Cookbook
- Building Microservices with .NET Core
- 從零開始學C#
- Visual Basic程序設計習題與上機實踐
- JavaScript+jQuery網頁特效設計任務驅動教程
- Web Developer's Reference Guide
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- JavaScript悟道