11 .withArguments(
"world!")
18 .withArguments(std::ref(
s))
28std::is_invocable_v<std::decay_t<Task>, std::decay_t<Args>...>
56struct CallableWithState
bool addResult(U &&result, int index=-1)
\macro QT_RESTRICTED_CAST_FROM_ASCII
void chop(qsizetype n)
Removes n characters from the end of the string.
void newState(QList< State > &states, const char *token, const char *lexem, bool pre)
constexpr auto task(Task &&t)
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
QtConcurrent::task([](QString &s){ s.append("world!");}) .withArguments(std auto future
[2]
QtConcurrent::task QString::chop withArguments result spawn() .waitForFinished()
QtConcurrent::task([]{ qDebug("Hello, world!");}).spawn(FutureResult void increment(QPromise< int > &promise, int i)
[10]