- 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?
推薦閱讀
- C++面向對象程序設計(微課版)
- Python自動化運維快速入門(第2版)
- Machine Learning with R Cookbook(Second Edition)
- C語言程序設計教程(第2版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- HTML5游戲開發案例教程
- Groovy for Domain:specific Languages(Second Edition)
- Java程序設計與實踐教程(第2版)
- Java EE 7 Development with NetBeans 8
- Java性能權威指南(第2版)
- Android 應用案例開發大全(第3版)
- Elasticsearch for Hadoop
- HTML5+CSS3網頁設計
- 21天學通C++(第5版)
- 后臺開發:核心技術與應用實踐