- 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.
推薦閱讀
- Python數據分析入門與實戰
- JavaFX Essentials
- 青少年美育趣味課堂:XMind思維導圖制作
- Hands-On Enterprise Automation with Python.
- C++ 從入門到項目實踐(超值版)
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Arduino計算機視覺編程
- PHP動態網站開發實踐教程
- 量子計算機編程:從入門到實踐
- Beginning C# 7 Hands-On:The Core Language
- 計算機常用算法與程序設計教程(第2版)
- 第五空間戰略:大國間的網絡博弈
- Computer Vision with Python 3
- Python網絡運維自動化
- 邊做邊學深度強化學習:PyTorch程序設計實踐