摘要: 最近比较喜欢的一个并行实现,可以实时查看结果: from concurrent.futures import ProcessPoolExecutor, as_completed executor = ProcessPoolExecutor(max_workers=5) tasks = [execut 阅读全文
posted @ 2017-04-24 11:17 Shiyu_Huang 阅读(232) 评论(0) 推荐(0)