workerpool 0.9.4
pip install workerpool
Latest version
Released:
Module for distributing jobs to a pool of worker threads.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andrey Petrov
- Tags pooling, threading, jobs
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project 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:
Jobs, which are single units of work that need to be performed.
Workers, who grab jobs from a queue and perform them.
Worker pool, which keeps track of workers and the job queue.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andrey Petrov
- Tags pooling, threading, jobs
Classifiers
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file workerpool-0.9.4.tar.gz
.
File metadata
- Download URL: workerpool-0.9.4.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab455db0de007723cee44c86d37c2575747f158768289bf02e2791f3b1e006fd |
|
MD5 | eee5059aa62466242ea00ffb8281361c |
|
BLAKE2b-256 | 728fbdd065135fc6b51624c1e1f4854c141100faf2ba95c78c288453b85d6dac |