Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
4.4.3
-
None
Description
A common threading concept is thread joining, where one thread waits for another one to exit. This concept is unimplemented in QRunnable/QThreadPool, making it impossible to known when it's safe to delete QRunnables with the autoDelete property set to false.