Skip to content

multiprocess-0.70.14

Compare
Choose a tag to compare
@mmckerns mmckerns released this 24 Oct 02:34
· 75 commits to master since this release

multiprocess 0.70.14 Release Notes

Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.

Multiprocess installs with pip:
$ pip install multiprocess

Multiprocess requires:
- python or pypy, >=3.7
- dill, >=0.3.6

Multiprocess is licensed under a BSD license.

What's Changed

  • Docs: refer to threading.current_thread instead of deprecated currentThread by @hugovk in #110

New Contributors

Full Changelog: multiprocess-0.70.13...multiprocess-0.70.14