A dummy implementation of multiprocessing.Pool
Project description
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.