-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.9.1
-
None
-
-
51d04d091 (dev), 1101944d2 (6.10), 1adb43b6e (dev), 8eba40021 (6.10), f632adcd4 (6.9), 4a86c6198 (6.9), ef32a096a (tqtc/lts-6.8), 04099a57a (tqtc/lts-6.8)
Sample code:
QPromise<int> promise{QFutureInterface<int>{QFutureInterfaceBase::State::Pending}}; promise.future().takeResult(); // should not assert, before wait ! promise.future().result(); // works correctly, waits forever for result
The problem is in
and in