
multiprocess 0.70.19
0
better multiprocessing and multithreading in Python
Contents
better multiprocessing and multithreading in Python
Stars: 693, Watchers: 693, Forks: 69, Open Issues: 40The uqfoundation/multiprocess repo was created 10 years ago and the last code push was 4 days ago.
The project is popular with 693 github stars!
How to Install multiprocess
You can install multiprocess using pip
pip install multiprocess
or add it to a project with poetry
poetry add multiprocess
Package Details
- Author
- Mike McKerns
- License
- BSD-3-Clause
- Homepage
- https://github.com/uqfoundation/multiprocess
- PyPi:
- https://pypi.org/project/multiprocess/
- Documentation:
- http://multiprocess.rtfd.io
- GitHub Repo:
- https://github.com/uqfoundation/multiprocess
Classifiers
- Scientific/Engineering
- Software Development
Related Packages
Errors
A list of common multiprocess errors.
Code Examples
Here are some multiprocess code examples and snippets.
GitHub Issues
The multiprocess package has 40 open issues on GitHub
- use dummy decorator if warnings_helper not found
- Worker process hangs when SystemExit Exception is raised
- Multiprocess does not work with PyInstaller
pythonfix