cthread

cthread (ControllableThread) is a Python library that is built upon the threading.Thread class. cthread provides additional functionality to the standard threading.Thread library by allowing the threads to be started, paused, resumed, reset, and killed.

Installation

For Python 2/3:

>>> pip install cthread

Indices and tables