Tomographer
v5.4
Tomographer C++ Framework Documentation
|
A Sequential Task dispatcher running tasks one after the other. More...
Classes | |
class | TaskDispatcher |
Executes multiple tasks sequentially. More... | |
Functions | |
template<typename TaskType_ , typename TaskCData_ , typename LoggerType_ , typename TaskCountIntType_ = int> | |
TaskDispatcher< TaskType_, TaskCData_, LoggerType_, TaskCountIntType_ > | mkTaskDispatcher (TaskCData_ *pcdata_, LoggerType_ &logger_, TaskCountIntType_ num_total_runs_) |
A Sequential Task dispatcher running tasks one after the other.