- Mastering C++ Multithreading
- Maya Posch
- 135字
- 2021-07-15 17:34:02
API overview
Before the C++ 2011 (C++11) standard, many different threading implementations were developed, many of which are limited to a specific software platform. Some of these are still relevant today, such as Windows threads. Others have been superseded by standards, of which POSIX Threads (Pthreads) has become the de facto standard on UNIX-like OSes. This includes Linux-based and BSD-based OS, as well as OS X (macOS) and Solaris.
Many libraries were developed to make cross-platform development easier. Although Pthreads helps to make UNIX-like OS more or less compatible one of the prerequisites to make software portable across all major operating systems, a generic threading API is needed. This is why libraries such as Boost, POCO, and Qt were created. Applications can use these and rely on the library to handle any differences between platforms.
- Mastering Concurrency Programming with Java 8
- Java Web基礎與實例教程(第2版·微課版)
- 控糖控脂健康餐
- HTML5+CSS3基礎開發(fā)教程(第2版)
- Scratch真好玩:教小孩學編程
- Learning ArcGIS Pro
- 算法訓練營:提高篇(全彩版)
- Learning Salesforce Einstein
- 深入淺出React和Redux
- Android應用案例開發(fā)大全(第二版)
- CoffeeScript Application Development Cookbook
- 匯編語言編程基礎:基于LoongArch
- Learning AWS
- 編程可以很簡單
- JSP程序設計與案例實戰(zhàn)(慕課版)