py27-processing

v 0.52

Using processes which mimics the threading module

Processing is a package for the Python language which supports the spawning of processes using the API of the standard library's threading module. Objects can be transferred between processes using pipes or multi-producer/multi-consumer queues. Objects can be shared between processes using a server process or (for simple data) shared memory. Equivalents of all the synchronization primitives in threading are available. A Pool class makes it easy to submit tasks to a pool of worker processes.

https://py.processing.org/

To install py27-processing, paste this in macOS terminal after installing MacPorts

sudo port install py27-processing

Add to my watchlist

Installations 1
Requested Installations 0