better multiprocessing and multithreading in python
multiprocess
is a fork of multiprocessing
. multiprocess
extends multiprocessing
to provide enhanced serialization, using dill
. multiprocess
leverages multiprocessing
to support the spawning of processes using the API of the python standard library's `threading module. multiprocessing has been distributed as part of the standard library since python 2.6.