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

Module for distributing jobs to a pool of worker threads.

Performing tasks in many threads made fun! This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: 1. Jobs, which are single units of work that need to be performed. 2. Workers, who grab jobs from a queue and perform them. 3. Worker pool, which keeps track of workers and the job queue.

Version: 0.9.2 License: MIT GitHub
Reset

5 build(s) found
Builder Build Number Start Time Elapsed Time Watcher Build Status
10.7 119672 2022-11-22 15:45:26 0:00:15 37258 build successful
12.arm64 73877 2022-11-22 15:27:43 0:00:29 14291 build successful
12.arm64 11385 2021-11-12 1:16:20 0:00:49 857 build successful
11 20540 2021-02-07 22:21:35 0:02:37 2789 build successful
10.15 8864 2019-12-02 16:01:09 0:02:11 1042 build successful