summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qpromise.h
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-2/+6
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* Optimize QPromise destructorSona Kurazyan2021-10-081-4/+2
* 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