Python 多进程 2017-10-31 本文已影响0人 zhj_njuer from multiprocessing.dummy import Pool pool = Pool(5) pool.map(func, sequences) pool.close() pool.join()