A Python 3.5+ library that integrates the multiprocessing module with asyncio.
copied from cf-staging / aioprocessingaioprocessing provides asynchronous, asyncio compatible, coroutine versions of many blocking instance methods on objects in the multiprocessing library. To use dill for universal pickling, install using pip install aioprocessing[dill].