qt6-bb10/tests/auto/corelib/thread
Sona Kurazyan 9eb090d683 Add support for unwrapping QFuture<QFuture<T>>
Added QFuture::unwrap() for unwrapping the future nested inside
QFuture<QFuture<T>>. QTBUG-86725 suggests doing the unwrapping
automatically inside .then(), but this will change the return type
of .then() that used to return QFuture<QFuture<T>> and might cause
SC breaks. Apart from that, QFuture::unwrap() might be helpful in
general, for asynchronous computations that return a nested QFuture.

[ChangeLog][QtCore][QFuture] Added QFuture::unwrap() for unwrapping the
future nested inside QFuture<QFuture<T>>.

Task-number: QTBUG-86725
Change-Id: I8886743aca261dca46f62d9dfcaead4a141d3dc4
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2022-04-21 20:25:13 +00:00
..
qatomicint tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUs 2022-03-25 21:55:51 +01:00
qatomicinteger
qatomicpointer
qfuture Add support for unwrapping QFuture<QFuture<T>> 2022-04-21 20:25:13 +00:00
qfuturesynchronizer
qfuturewatcher
qmutex
qmutexlocker QMutexLocker: strenghten the locking operations 2022-03-18 05:18:28 +01:00
qpromise Always cancel unfinished QPromises on destruction 2022-03-25 08:05:12 +01:00
qreadlocker
qreadwritelock
qresultstore
qsemaphore
qthread
qthreadonce
qthreadpool
qthreadstorage Android: activate tst_QThreadStorage 2022-03-25 22:43:49 +01:00
qwaitcondition
qwritelocker
CMakeLists.txt Android: activate tst_QThreadStorage 2022-03-25 22:43:49 +01:00