#include <Executor.hpp>
◆ ~Executor()
task::Executor::~Executor |
( |
| ) |
|
◆ Executor() [1/2]
task::Executor::Executor |
( |
const Executor & |
| ) |
|
|
delete |
◆ Executor() [2/2]
task::Executor::Executor |
( |
Executor && |
| ) |
|
|
delete |
◆ getInstance()
static Executor & task::Executor::getInstance |
( |
| ) |
|
|
inlinestatic |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run() [1/2]
template<typename F >
std::future< void > task::Executor::run |
( |
F && |
f | ) |
|
|
inline |
◆ run() [2/2]
std::future< void > task::Executor::run |
( |
std::shared_ptr< TaskGraph > |
graph | ) |
|
◆ waitForAll()
void task::Executor::waitForAll |
( |
| ) |
|
◆ TaskGraph
◆ TaskNode
The documentation for this class was generated from the following files: