Better multiprocessing and multithreading in python
Description
multiprocess is a fork of multiprocessing that uses multiprocessing to support the spawning of
processes using the API of the python standard library thread module. multiprocess extends
multiprocessing with dill to provide enhanced serialization.
multiprocess is part of pathos, a python framework for heterogeneous computing.