|
Tomographer
v4.0
Tomographer C++ Framework Documentation
|
Some common definitions for multiprocessing interfaces. More...
#include <csignal>#include <string>#include <chrono>#include <exception>#include <tomographer/tools/fmt.h>#include <tomographer/tools/needownoperatornew.h>
Include dependency graph for multiproc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Tomographer::MultiProc::TaskStatusReport |
| Basic status report class. More... | |
| struct | Tomographer::MultiProc::FullStatusReport< TaskStatusReportType > |
| A complete status report, abstract version. More... | |
| class | Tomographer::MultiProc::TasksInterruptedException |
| class | Tomographer::MultiProc::Sequential::TaskDispatcher< TaskType_, TaskCData_, ResultsCollector_, LoggerType_, CountIntType_ > |
| Executes multiple tasks sequentially. More... | |
Namespaces | |
| Tomographer | |
Base namespace for the Tomographer project. | |
| Tomographer::MultiProc | |
| Definitions for multi-processing classes and helpers. | |
| Tomographer::MultiProc::Sequential | |
| A Sequential Task dispatcher running tasks one after the other. | |
Some common definitions for multiprocessing interfaces.
See also Multiprocessing Task Interfaces as well as Tomographer::MultiProc::OMP.
Definition in file multiproc.h.