- Mastering Concurrency in Python
- Quan Nguyen
- 107字
- 2021-06-10 19:24:04
Questions
- What is a thread? What are the core differences between a thread and a process?
- What are the API options provided by the thread module in Python?
- What are the API options provided by the threading module in Python?
- What are the processes of creating new threads via the thread and threading modules?
- What is the idea behind thread synchronization using locks?
- What is the process of implementing thread synchronization using locks in Python?
- What is the idea behind the queue data structure?
- What is the main application of queuing in concurrent programming?
- What are the core differences between a regular queue and a priority queue?
推薦閱讀
- Learn TypeScript 3 by Building Web Applications
- jQuery Mobile Web Development Essentials(Third Edition)
- Node.js 10實戰
- 機器學習系統:設計和實現
- CentOS 7 Linux Server Cookbook(Second Edition)
- Java開發入行真功夫
- Java:Data Science Made Easy
- 網絡爬蟲原理與實踐:基于C#語言
- Java程序設計
- 深入理解C指針
- Python入門很輕松(微課超值版)
- Machine Learning With Go
- Unity Character Animation with Mecanim
- 創意UI:Photoshop玩轉APP設計
- Java編程從入門到精通