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