- Mastering Concurrency in Python
- Quan Nguyen
- 70字
- 2021-06-10 19:24:01
The concept of a thread
In the field of computer science, a thread of execution is the smallest unit of programming commands (code) that a scheduler (usually as part of an operating system) can process and manage. Depending on the operating system, the implementation of threads and processes (which we will cover in future chapters) varies, but a thread is typically an element (a component) of a process.
推薦閱讀
- Vue.js設(shè)計與實現(xiàn)
- Python爬蟲開發(fā):從入門到實戰(zhàn)(微課版)
- Internet of Things with Intel Galileo
- Monitoring Elasticsearch
- Python機器學(xué)習(xí)經(jīng)典實例
- Protocol-Oriented Programming with Swift
- Creating Stunning Dashboards with QlikView
- Creating Data Stories with Tableau Public
- Arduino機器人系統(tǒng)設(shè)計及開發(fā)
- 原型設(shè)計:打造成功產(chǎn)品的實用方法及實踐
- ASP.NET Core 2 High Performance(Second Edition)
- Node.js Web Development
- Learning Perforce SCM
- Implementing NetScaler VPX?(Second Edition)
- Python服務(wù)端測試開發(fā)實戰(zhàn)