skip to navigation
skip to content

monoprocessing 0.1

A dummy implementation of multiprocessing.Pool

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.