- Mastering C++ Multithreading
- Maya Posch
- 82字
- 2021-07-15 17:34:04
Windows threads
Relative to Pthreads, Windows threads are limited to Windows operating systems and similar (for example ReactOS, and other OS's using Wine). This provides a fairly consistent implementation, easily defined by the Windows version that the support corresponds to.
Prior to Windows Vista, threading support missed features such as condition variables, while having features not found in Pthreads. Depending on one's perspective, having to use the countless "type def" types defined by the Windows headers can be a bother as well.
推薦閱讀
- Xcode 7 Essentials(Second Edition)
- Java技術手冊(原書第7版)
- Unity Shader入門精要
- R Deep Learning Cookbook
- Statistical Application Development with R and Python(Second Edition)
- Qt5 C++ GUI Programming Cookbook
- 從“1”開始3D編程
- Building Clouds with Windows Azure Pack
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Python深度學習:基于PyTorch
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- Perl 6 Deep Dive
- Image Processing with ImageJ(Second Edition)
- Git Version Control Cookbook
- C語言程序設計