一定要使用 threading
模块,不要使用 _thread
模块。threading
模块对 _thread
模块提供的底层线程原语做了更易用的抽象。
Aahz 的非常实用的 threading 教程中有一些幻灯片;可以参阅 http://www.pythoncraft.com/OSCON2001/ 。
来源:搞代码网:原文地址:https://www.gaodaima.com
一定要使用 threading
模块,不要使用 _thread
模块。threading
模块对 _thread
模块提供的底层线程原语做了更易用的抽象。
Aahz 的非常实用的 threading 教程中有一些幻灯片;可以参阅 http://www.pythoncraft.com/OSCON2001/ 。
来源:搞代码网:原文地址:https://www.gaodaima.com