qt5base-lts/tests/auto/corelib
Sona Kurazyan eab40726be QFuture: support cancellation of continuation chain through parent
This change allows canceling the chain of continuations attached to a
future through canceling the future itself at any point of execution of
the chain.

[ChangeLog][QtCore][Important Behavior Changes] The chain of
continuations attached to a future now can be cancelled through
cancelling the future itself at any point of the execution of the chain,
as it was documented. Previously canceling the future would cancel the
chain only if it was done before the chain starts executing, otherwise
the cancellation would be ignored. Now the part of the chain that wasn't
started at the moment of cancellation will be canceled.

Task-number: QTBUG-97582
Change-Id: I4c3b3c68e34d3a044243ac9a7a9ed3c38b7cb02e
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2021-11-13 18:13:08 +01:00
..
animation Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
global Teach QOperatingSystemVersion to handle new OS entries in patch releases 2021-11-12 18:06:44 +01:00
io Workaround MSVC 2022 bug about QString::replace 2021-11-10 14:10:20 +01:00
itemmodels Untangle qsortfilterproxymodel unittests 2021-10-01 18:30:25 +02:00
kernel Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
mimetypes Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin QPluginLoader: fix indentation and comments 2021-11-05 21:13:35 -07:00
serialization Remove conditioning on Android embedded 2021-09-17 17:30:14 +02:00
text Clean up exports from qlocale_p.h 2021-11-10 18:16:24 +02:00
thread QFuture: support cancellation of continuation chain through parent 2021-11-13 18:13:08 +01:00
time Use a local check-macro to save lots of repetition in time-zone tests 2021-11-10 14:10:20 +01:00
tools Fix QMultiHash::operator== crash 2021-11-11 22:44:10 +01:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00