from multiprocessing import Pool def f(x): return x*x if __name__ == '__main__': with Pool(5) as ... Create a shared list object and return a proxy for it.
確定! 回上一頁