From 8f5d5d4ecdef118b014a5f07fa88bddda5293b2e Mon Sep 17 00:00:00 2001 From: simongarisch <31283453+simongarisch@users.noreply.github.com> Date: Sat, 20 Oct 2018 16:40:34 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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