Releases: dano/aioprocessing
Releases · dano/aioprocessing
v2.0.1
2.0.0
This release adds support for using dill
for pickling, by using the multiprocess
library if it is installed, instead of multiprocessing
. If you have dill
installed, but don't want to use it, launch your application with the environment variable AIOPROCESSING_DILL_DISABLED=1
.