When I run something like:
当我运行类似:
from multiprocessing import Poolp = Pool(5)def f(x): return x*xp.map(f, [1,2,3])from mulWhen I run something like:
当我运行类似:
from multiprocessing import Poolp = Pool(5)def f(x): return x*xp.map(f, [1,2,3])from mul