Fedora Packages

python-workerpool

Multithreaded job distribution module

The workerpool module for python 2 is a simple framework for easily distributing jobs into multiple worker threads. Examples of usage can be found in the unit tests and the samples provided. This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object. It consists of these components: * Jobs - single units of work that need to be performed. * Workers - workers grab jobs from a queue and run them. * Worker pool - keeps track of workers and the job queue.

Releases Overview

Release Stable Testing
EPEL 7 0.9.2-4.el7 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-workerpool dash maintainers at fedoraproject dot org.



Sources on Pagure