aioprocessing
A Python 3.5+ library that integrates the multiprocessing module with asyncio.
A Python 3.5+ library that integrates the multiprocessing module with asyncio.
To install this package, run one of the following:
aioprocessing 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].
Summary
A Python 3.5+ library that integrates the multiprocessing module with asyncio.
Last Updated
Jan 18, 2024 at 00:34
License
BSD-2-Clause
Supported Platforms