2018年7月17日
摘要: 一、Python标准模块--concurrent.futures(并发未来) 那么什么是线程池呢?我们来了解一下 二、线程池 # 1.同步执行 from concurrent.futures import ProcessPoolExecutor,ThreadPoolExecutorimport os 阅读全文
posted @ 2018-07-17 15:25 法海降妖 阅读(92) 评论(0) 推荐(0) 编辑