Python 线程池模块threadpool 、 concurrent.futures 的 ThreadPoolExecutor
摘要:
一、threadpool 基本用法 pip install threadpool pool = ThreadPool(poolsize) requests = makeRequests(some_callable, list_of_args, callback) [pool.putRequest(r 阅读全文
posted @ 2020-11-21 17:03 zhangmingda 阅读(1571) 评论(0) 推荐(0) 编辑