Why does the destructor for QQuickPixmapReader have a blocking wait call?
-
I have a bug right now where anytime i call createPattern(image, "repeat") in my code my application hangs on shutdown. I've debugged it and the issue seems the be the blocking wait call in ~QQuickPixmapReader never returning. If we are calling the destructor for an object, why would we continuously wait? or at least set the conditions to ensure the run functions exits in an quick manner.