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.