Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.1.1
-
None
Description
It would be really nice if QMetaObject::invokeMethod would have a timeout parameter for the case when it is invoked with Qt::BlockingQueuedConnection.
It would help in avoiding deadlocks in different concurrency scenarios, but would also be useful in cases when if an operation cannot be completed fast, we don't even want to execute it any more (like rendering requests?).