- Mastering C++ Multithreading
- Maya Posch
- 87字
- 2021-07-15 17:33:57
Summary
In this chapter, we went over the basics of a multithreaded application in C++ using the native threading API. We looked at how to have multiple threads perform a task in parallel, and also explored how to properly use the random number API in the STL within a multithreaded application.
In the next chapter, we'll discuss how multithreading is implemented both in hardware and in operating systems. We'll see how this implementation differs per processor architecture and operating system, and how this affects our multithreaded application.
推薦閱讀
- C語言程序設計案例教程
- Puppet 4 Essentials(Second Edition)
- 數據結構與算法JavaScript描述
- MATLAB實用教程
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Spring Boot企業級項目開發實戰
- ExtJS高級程序設計
- Protocol-Oriented Programming with Swift
- C語言程序設計
- Scala Data Analysis Cookbook
- C語言程序設計簡明教程:Qt實戰
- Serverless Web Applications with React and Firebase
- Java程序設計與項目案例教程
- Mockito Essentials
- UI設計基礎培訓教程(全彩版)