Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Some common definitions for multiprocessing interfaces. More...
#include <csignal>
#include <string>
#include <chrono>
#include <exception>
#include <boost/serialization/serialization.hpp>
#include <tomographer/tools/fmt.h>
#include <tomographer/tools/needownoperatornew.h>
Go to the source code of this file.
Classes | |
struct | Tomographer::MultiProc::TaskStatusReport |
Basic status report class. More... | |
struct | Tomographer::MultiProc::FullStatusReport< TaskStatusReportType, TaskCountIntType > |
A complete status report, abstract version. More... | |
class | Tomographer::MultiProc::TasksInterruptedException |
class | Tomographer::MultiProc::Sequential::TaskDispatcher< TaskType_, TaskCData_, LoggerType_, TaskCountIntType_ > |
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.