py27-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 GitHubStatistics for selected duration
2024-Oct-19 to 2024-Nov-18
No stats available for this selection.
Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.