qt5base-lts/tests/auto/corelib/thread/qfuture
Morten Johan Sørvig 6faa4d4a87 QFuture: Wait for result on iterator advance
Wait for the result at the target index if the future
is running and the iterator index is past the current
result count.

Determine if there is a result at the target index
after waitForResult() returns, and return -1/end if
not.

Also support decrementing the end iterator. In this
case wait for the future to finish in order to get
the final result count.

Task-number: QTBUG-59811
Change-Id: I8fcc711bab2e72c3c5196a55b794d25e18bb324d
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-05-13 10:41:25 +02:00
..
.gitignore
qfuture.pro Drop unnecessary dependencies from some tests 2017-01-10 16:34:52 +00:00
tst_qfuture.cpp QFuture: Wait for result on iterator advance 2019-05-13 10:41:25 +02:00