- 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.
- INSTANT Mock Testing with PowerMock
- UNIX編程藝術
- JavaScript百煉成仙
- Boost C++ Application Development Cookbook(Second Edition)
- Learning Chef
- Oracle從新手到高手
- JavaFX Essentials
- PyTorch Artificial Intelligence Fundamentals
- Mastering Python Scripting for System Administrators
- HTML5+CSS3基礎開發教程(第2版)
- The React Workshop
- C++ Fundamentals
- Learning Python Data Visualization
- Python無監督學習
- 透視C#核心技術:系統架構及移動端開發