06 2017 档案

只有注册用户登录后才能阅读该文。
posted @ 2017-06-25 10:50 李瑞鑫 阅读(13) 评论(0) 推荐(0) 编辑
摘要:from concurrent.futures import ThreadPoolExecutor,ProcessPoolExecutor import time def task(i): print(i) time.sleep(1) pool = ThreadPoolExecutor(10) for index in range(66): pool.submit(t... 阅读全文
posted @ 2017-06-05 14:01 李瑞鑫 阅读(161) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示