- 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
推薦閱讀
- DevOps with Kubernetes
- R語言經典實例(原書第2版)
- 編寫整潔的Python代碼(第2版)
- RTC程序設計:實時音視頻權威指南
- Blockly創意趣味編程
- 精通Scrapy網絡爬蟲
- Learning Neo4j 3.x(Second Edition)
- Java Web應用開發技術與案例教程(第2版)
- AppInventor實踐教程:Android智能應用開發前傳
- Oracle 18c 必須掌握的新特性:管理與實戰
- 速學Python:程序設計從入門到進階
- C專家編程
- Hands-On Neural Network Programming with C#
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 智能手機故障檢測與維修從入門到精通