摘要: 1.回调函数 add_done_callback() 但是返回结果是无序的。 1 import time 2 import random 3 from concurrent.futures import ProcessPoolExecutor 4 def func1(n): 5 time.sleep 阅读全文
posted @ 2019-04-22 20:26 醉醺醺的 阅读(310) 评论(0) 推荐(0)