对于Python的话,一般都是使用multiprocessing这个库来实现程序的多进程 ... 4, 5] pool = Pool() pool.map(my_print, x) pool.close() pool.join().
確定! 回上一頁