摘要: ''' from concurrent.futures import ThreadPoolExecutor,ProcessPoolExecutor import time,random,os def task(name,n): print('%s%s is running' %(name,os.ge 阅读全文
posted @ 2020-08-31 22:59 xuqidong 阅读(88) 评论(0) 推荐(0) 编辑