From 83ad54c1241efa359355f531dabb4de5be33aa32 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Fri, 21 Aug 2020 10:27:46 +0200 Subject: Mention QPromise on QtConcurrent page Change-Id: I82d3ddd4a9129694d6dedcc742165cb2af135527 Reviewed-by: Andrei Golubev Reviewed-by: Sona Kurazyan Reviewed-by: Paul Wicking --- src/concurrent/doc/src/qtconcurrent-index.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/concurrent/doc/src/qtconcurrent-index.qdoc') diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc index acb516fb63..926f316c4e 100644 --- a/src/concurrent/doc/src/qtconcurrent-index.qdoc +++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc @@ -108,6 +108,10 @@ \li QFutureSynchronizer is a convenience class that automatically synchronizes several QFutures. + \li QPromise provides a way to report progress and results of the asynchronous + computation to QFuture. Allows suspending or canceling the task when + requested by QFuture. + \endlist Qt Concurrent supports several STL-compatible container and iterator types, -- cgit v1.2.3