SlackBuilds Repository

15.0 > Python > threadpool (1.3.2)

A thread pool is an object that maintains a pool of worker threads to
perform time consuming operations in parallel. It assigns jobs to the
threads by putting them in a work request queue, where they are picked
up by the next available thread. This then performs the requested
operation in the background and puts the results in another queue.

The thread pool object can then collect the results from all threads
from this queue as soon as they become available or after all threads
have finished their work. It's then possible to define callbacks to
handle each result as it comes in.

NOTE: This module is regarded as an extended example, not as a
finished product. Feel free to adapt it too your needs.

Maintained by: Dimitris Zlatanidis
Keywords: threadpool,pool,python,framework
ChangeLog: threadpool

Homepage:
https://chrisarndt.de/projects/threadpool/

Source Downloads:
threadpool-1.3.2.tar.bz2 (343bd94fa32effcc9367d382323b4cb3)

Download SlackBuild:
threadpool.tar.gz
threadpool.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
threadpool.SlackBuild
threadpool.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds