PyQt-Videos-Examples icon indicating copy to clipboard operation
PyQt-Videos-Examples copied to clipboard

Terminate Worker Threads

Open SiddharthChabukswar opened this issue 4 years ago • 1 comments

Hi!

Great tutorial, explained the concepts quite well.

The Worker threads are not terminating after exiting the main window(By Clicking the 'X').

The Console says 'QThread: Destroyed while thread is still running'.

Please help.

SiddharthChabukswar avatar Jun 27 '20 13:06 SiddharthChabukswar

@alandmoore Hi Alan, your explanation of threading has been a lifesaver. However, there is little consensus online for how best to stop a running thread. Given your implementation of threading in hasher_threaded.py, how would you recommend stopping the thread? Thank you!

ghost avatar Sep 08 '20 01:09 ghost