monoprocessing.Pool is a dummy version of multiprocessing.Pool. It executes all tasks immediately in the same process. This is useful when testing or debugging the logic of a parallelized program.
monoprocessing.Pool is a dummy version of multiprocessing.Pool. It executes all tasks immediately in the same process. This is useful when testing or debugging the logic of a parallelized program.