Mention QPromise on QtConcurrent page

Change-Id: I82d3ddd4a9129694d6dedcc742165cb2af135527
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Jarek Kobus 2020-08-21 10:27:46 +02:00
parent e3c6e19ad0
commit 83ad54c124
1 changed files with 4 additions and 0 deletions

View File

@ -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,