摘要: 一.进程池与线程池 python标准模块concurrent.futures(并发未来) 1.concurrent.futures模块是用来创建并行的任务,提供了更高级别的接口,为了异步执行调用 2.concurrent.futures这个模块使用方便,接口都已封装完整 3.concurrent.f 阅读全文
posted @ 2018-09-10 21:06 Yven 阅读(610) 评论(0) 推荐(0)