HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //usr/lib/python2.7/site-packages/workerpool-0.9.2-py2.7.egg-info/PKG-INFO
Metadata-Version: 1.1
Name: workerpool
Version: 0.9.2
Summary: Module for distributing jobs to a pool of worker threads.
Home-page: http://code.google.com/p/workerpool/
Author: Andrey Petrov
Author-email: andrey.petrov@shazow.net
License: MIT
Description: 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.
        
Keywords: pooling threading jobs
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent