摘要: 1.线程池与进程池 1.concurrent.futures模块的基础是Exectuor,Executor是一个抽象类,它不能被直接使用。但是它提供的两个子类ThreadPoolExecutor和ProcessPoolExecutor却是非常有用,顾名思义两者分别被用来创建线程池和进程池的代码。我们 阅读全文
posted @ 2017-08-31 16:49 你好丶 阅读(84) 评论(0) 推荐(0) 编辑