Add \brief descriptions to QtConcurrent topics
Fixes: QTBUG-104213 Change-Id: Ib787546ef74133aca4b963a4341283147d2e8fb2 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> (cherry picked from commit 581a342a3c6b62ccb7b9df8a9985460fa366e265) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
5f564b04bf
commit
cddb14b424
@ -4,6 +4,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page qtconcurrentfilter.html
|
\page qtconcurrentfilter.html
|
||||||
\title Concurrent Filter and Filter-Reduce
|
\title Concurrent Filter and Filter-Reduce
|
||||||
|
\brief Selecting values from a sequence and combining them, all in parallel.
|
||||||
\ingroup thread
|
\ingroup thread
|
||||||
|
|
||||||
The QtConcurrent::filter(), QtConcurrent::filtered() and
|
The QtConcurrent::filter(), QtConcurrent::filtered() and
|
||||||
|
@ -108,6 +108,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page qtconcurrentmap.html
|
\page qtconcurrentmap.html
|
||||||
\title Concurrent Map and Map-Reduce
|
\title Concurrent Map and Map-Reduce
|
||||||
|
\brief Transforming values from a sequence and combining them, all in parallel.
|
||||||
\ingroup thread
|
\ingroup thread
|
||||||
|
|
||||||
The QtConcurrent::map(), QtConcurrent::mapped() and
|
The QtConcurrent::map(), QtConcurrent::mapped() and
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page qtconcurrentrun.html
|
\page qtconcurrentrun.html
|
||||||
\title Concurrent Run
|
\title Concurrent Run
|
||||||
|
\brief A simple way to run a task in a separate thread.
|
||||||
\ingroup thread
|
\ingroup thread
|
||||||
|
|
||||||
The QtConcurrent::run() function runs a function in a separate thread.
|
The QtConcurrent::run() function runs a function in a separate thread.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
/*!
|
/*!
|
||||||
\page qtconcurrenttask.html
|
\page qtconcurrenttask.html
|
||||||
\title Concurrent Task
|
\title Concurrent Task
|
||||||
|
\brief A configurable way to run a task in a separate thread.
|
||||||
\ingroup thread
|
\ingroup thread
|
||||||
|
|
||||||
QtConcurrent::task provides an alternative interface for running a
|
QtConcurrent::task provides an alternative interface for running a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user