process对象的其他属性或者方法
摘要:
#join方法import time, osfrom multiprocessing import Processdef task(name, n): print('%s is running'%name) time.sleep(n)if __name__ =='__main__': start = 阅读全文
posted @ 2019-09-12 21:36 别离 阅读(582) 评论(0) 推荐(0)
浙公网安备 33010602011771号