devctrl.utility.threading#

Thread with exception support and a fake thread for debugging.

Classes

FakeThread

Thread where run() blocks until the thread ends, for debugging purposes.

ThreadWithExceptionSupport

Catch exceptions from a thread and put them into a queue, together with the traceback.