1 Threadpool模块详解
原文地址:https://chrisarndt.de/projects/threadpool/
Title: Easy to use object-oriented thread pool framework
Author: Christopher Arndt
Version: 1.3.2
Date: 2015-11-29
License: MIT License
警告:
本模块已经被废弃,只在PyPI上提供下载,以支持仍然在使用的旧项目。如果是新项目,请不要再使用。使用标准库例的multiprocessing模块或者异...