![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QFutureSynchronizer>
#include <QtConcurrent>
#include <QList>
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} |
void someFunction | ( | ) |
int anotherFunction = []() {} |
Definition at line 8 of file src_corelib_thread_qfuturesynchronizer.cpp.
QList<int> list = {1, 2, 3, 4, 5} |
Definition at line 10 of file src_corelib_thread_qfuturesynchronizer.cpp.
Definition at line 9 of file src_corelib_thread_qfuturesynchronizer.cpp.