Decorated Concurrency - Python multiprocessing made really really easy tl;dr There's a new interesting wrapper on Python multiprocessing called deco, written by Alex Sherman and Peter Den Hartog, both at University of Wisconsin - Madison. It makes Python multiprocessing really really easy. The paper is here (PDF) and the code is here: https://github.com/alex-sherman/deco. This library is based on