Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
concurrentcall.h File Reference

(78de81e286d89a5396b08b67ca98ccedda8a836f)

#include "tasktree.h"
#include <QtConcurrent/QtConcurrent>
+ Include dependency graph for concurrentcall.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tasking::ConcurrentCall< ResultType >
 
class  Tasking::ConcurrentCallTaskAdapter< ResultType >
 

Namespaces

namespace  Tasking
 \inmodule TaskingSolution
 

Typedefs

template<typename T >
using Tasking::ConcurrentCallTask = CustomTask<ConcurrentCallTaskAdapter<T>>