Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::MultiProc::Sequential Namespace Reference

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_)
 

Detailed Description

A Sequential Task dispatcher running tasks one after the other.