![Mastering Python for Networking and Security](https://wfqqreader-1252317822.image.myqcloud.com/cover/385/36699385/b_36699385.jpg)
上QQ阅读APP看书,第一时间看更新
Types of threads
There are two distinct types of threads:
- Kernel-level threads: Low-level threads, the user can not interact with them directly.
- User-level threads: High-level threads, we can interact with them in our code.
There are two distinct types of threads: