mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
8 lines
378 B
Text
8 lines
378 B
Text
'multiprocess' is a fork of the 'multiprocessing' package, and is developed
|
|
as part of '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.
|
|
|
|
WWW: https://pypi.org/project/multiprocess/
|