PyQt-Videos-Examples
PyQt-Videos-Examples copied to clipboard
Terminate Worker Threads
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.
@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!