Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Basic multiprocessing templates for thread-based Tomographer::MultiProc implementations. More...
#include <chrono>
#include <stdexcept>
#include <boost/exception/diagnostic_information.hpp>
#include <tomographer/tools/loggers.h>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/needownoperatornew.h>
#include <tomographer/multiproc.h>
#include <thread>
Go to the source code of this file.
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::MultiProc | |
Definitions for multi-processing classes and helpers. | |
Tomographer::MultiProc::ThreadCommon | |
Common definitions for thread-based MultiProc implementations. | |
Macros | |
#define | TOMOGRAPHER_SLEEP_FOR_MS(x) std::this_thread::sleep_for(std::chrono::milliseconds((x))) |
Basic multiprocessing templates for thread-based Tomographer::MultiProc implementations.
See Tomographer::MultiProc::ThreadCommon, as well as the specific implementations Tomographer::MultiProc::CxxThreads and Tomographer::MultiProc::OMP.
Definition in file multiprocthreadcommon.h.