Skip to main content

Easy to use object-oriented thread pool framework

Project description

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 a 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 also possible, to define callbacks to handle each result as it comes in.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

threadpool-1.2.3.tar.bz2 (19.4 kB view details)

Uploaded Source

File details

Details for the file threadpool-1.2.3.tar.bz2.

File metadata

  • Download URL: threadpool-1.2.3.tar.bz2
  • Upload date:
  • Size: 19.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for threadpool-1.2.3.tar.bz2
Algorithm Hash digest
SHA256 6bff15b10cc998f83b455133e17d7a1e94b6e1fa6249298ba3073553b130efe6
MD5 51c109e3c2b1b0281e9395c2e4642190
BLAKE2b-256 424e16538e335343c0e86e4ce3d0a7d6e84991af504605e2855cf5790c0ce910

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page