summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qpromise.h
Commit message (Expand)AuthorAgeFilesLines
* 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