Mastering Python for Networking and Security
上QQ阅读APP看书,第一时间看更新

Introduction to Threads

Threads are streams that can be scheduled by the operating system and can be executed across a single core in a concurrent way or in parallel way across multiple cores. Threads can interact with shared resources, such as memory, and they can also modify things simultaneously or even in parallel.