Multiprocessing Pool: return the minimum element
I want to run a task with a multiprocessing.Pool and return only the minimum element, without taking the memory to store every output.
I want to run a task with a multiprocessing.Pool and return only the minimum element, without taking the memory to store every output.