[ol7_developer_EPEL] python-workerpool-0.9.2-4.el7.noarch

Name:python-workerpool
Version:0.9.2
Release:4.el7
Architecture:noarch
Group:Unspecified
Size:27270
License:MIT
RPM: python-workerpool-0.9.2-4.el7.noarch.rpm
Source RPM: python-workerpool-0.9.2-4.el7.src.rpm
Build Date:Sat Oct 28 2017
Build Host:x86-ol7-builder-02.us.oracle.com
Vendor:Oracle America
URL:https://github.com/shazow/workerpool
Summary:Multithreaded job distribution module
Description:
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.

Filelist (Show Changelog) (Show related packages)