summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/androidjniaccessibility.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-04-06 13:03:12 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2022-04-21 20:25:13 +0000
commit9eb090d6835e436627c7a6b00e2ee97933847345 (patch)
tree0a5c210d0a39982648f0bde721141ad6d628b2d1 /src/plugins/platforms/android/androidjniaccessibility.cpp
parentf08fd3c05565f8cb170b0314a891bc1b515196e8 (diff)
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>
Diffstat (limited to 'src/plugins/platforms/android/androidjniaccessibility.cpp')
0 files changed, 0 insertions, 0 deletions