Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
src_corelib_thread_qfuturesynchronizer.cpp File Reference

(c1889bd953892428a474822168c10a4f983fb3ae)

#include <QFutureSynchronizer>
#include <QtConcurrent>
#include <QList>
Include dependency graph for src_corelib_thread_qfuturesynchronizer.cpp:

Go to the source code of this file.

Functions

void someFunction ()
 [0]

Variables

auto anotherFunction = []() {}
auto mapFunction = [](int &value) { value *= 2; }
QList< int > list = {1, 2, 3, 4, 5}

Function Documentation

◆ someFunction()

void someFunction ( )

[0]

[45]

[26]

Definition at line 13 of file src_corelib_thread_qfuturesynchronizer.cpp.

Variable Documentation

◆ anotherFunction

int anotherFunction = []() {}

Definition at line 8 of file src_corelib_thread_qfuturesynchronizer.cpp.

◆ list

QList<int> list = {1, 2, 3, 4, 5}

Definition at line 10 of file src_corelib_thread_qfuturesynchronizer.cpp.

◆ mapFunction

auto mapFunction = [](int &value) { value *= 2; }

Definition at line 9 of file src_corelib_thread_qfuturesynchronizer.cpp.