3 – Para | Process-based parallelism 2/2


The Pool object from the Python multiprocessing library

“offers a convenient means of parallelizing the
execution of a function across multiple input values.”

official Python documentation