ports/devel/py-multiprocess/pkg/DESCR

8 lines
351 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Multiprocess is a fork of multiprocessing, and is developed as part
of pathos: https://github.com/uqfoundation/pathos
multiprocessing is a package for the Python language which supports
the spawning of processes using the API of the standard library's
threading module. multiprocessing has been distributed in the
standard library since python 2.6.