- 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
推薦閱讀
- Manga Studio Ex 5 Cookbook
- C#編程入門指南(上下冊)
- Reactive Programming with Swift
- DevOps入門與實踐
- The HTML and CSS Workshop
- BIM概論及Revit精講
- Raspberry Pi Robotic Projects(Third Edition)
- JavaScript從入門到精通(視頻實戰版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Visual C++程序設計與項目實踐
- Oracle SOA Suite 12c Administrator's Guide
- Java EE互聯網輕量級框架整合開發:SSM+Redis+Spring微服務(上下冊)
- Cloud Development andDeployment with CloudBees
- Implementing NetScaler VPX?(Second Edition)
- Python量子計算實踐:基于Qiskit和IBM Quantum Experience平臺