diff --git a/README.md b/README.md index 66ca07e..786b419 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ def runThread(): runThread() ``` ![Python crashes](https://github.com/simongarisch/safeqthreads/blob/master/crash.png) + This same issue can occur when a PyQt application exits before QThreads are finished. ## Some background