summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qpromise.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-241-22/+22
* Update commercial license headersTarja Sundqvist2022-06-211-22/+22
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-06-031-8/+2
* QFuture: add a missing include for qpromise.hSona Kurazyan2022-01-241-1/+8
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-1/+4
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QPromise/QFutureInterface: in Qt 7 take std::exception_ptr by const-refGiuseppe D'Angelo2021-06-081-0/+4
* QPromise: code tidiesGiuseppe D'Angelo2021-05-221-1/+1
* QPromise/QFuture: fix value semanticsGiuseppe D'Angelo2021-05-221-11/+4
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-211-3/+2
* Fix subtle SFINAE problem in QPromise::addResultAndrei Golubev2020-10-161-3/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-161-3/+3
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-161-4/+4
* QtConcurrent: Introduce runWithPromise()Jarek Kobus2020-08-191-0/+1
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-031-13/+15
* Document QPromise APIAndrei Golubev2020-06-181-0/+5
* Add QPromise implementationAndrei Golubev2020-06-091-0/+128