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.
- Author: Konrad Hinsen
- Home Page: http://bitbucket.org/khinsen/monoprocessing
- License: CeCILL-C
- Package Index Owner: khinsen
- DOAP record: monoprocessing-0.1.xml
