线程进程系列

<python的线程与threading模块> 一 ,线程的两种调用方式       threading 模块建立在thread 模块之上。thread模块以低级、原始的方式来处理和控制线程,而threading 模块通过对thread进行二次封装, 提供了更方便的api来处理线程。   直接调用: 1 import threading 2 import time 3 4 def sa
相关文章
相关标签/搜索