Skip to main content

A thread manager for Python programs

Project description

# threadmanager A thread manager for Python programs

##### Current state: under heavy development (alpha)

It provides:
  • Centralization of starting and monitoring threads

  • State management for the functions in the threads

  • Logging for exceptions and excessive runtime

Original use case:
  • GUI program that calls back-end functions for IO-bound work

  • GUI has a cancel button that should always work, so: * the GUI mainloop should not be blocked * the called functions should intermittently check if the user has pressed the cancel button

  • Avoid running new work threads when the user wants to cancel

  • Allow running callback functions when the program starts working or goes idle. * e.g. update a status bar with certain text

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

threadmanager-0.0.1.tar.gz (28.2 kB view hashes)

Uploaded Source

Built Distribution

threadmanager-0.0.1-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

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