py-processing (python/py-processing) Add to my watchlist

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.

Version: 0.52 License: unknown GitHub
Reset

3 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
13 17910 2023-01-20 2:53:23 0:00:17 2534 build successful
12.arm64 13627 2021-11-13 16:32:25 0:00:47 991 build successful
10.15 8231 2019-12-01 3:02:55 0:02:08 1042 build successful