What can multiprocessing and dill do together?
I would like to use the multiprocessing library in Python. Sadly multiprocessing uses pickle which doesn’t support functions with closures, lambdas, or functions in __main__. All three of these are important to me