![]() |
SoDaRadio-12.2.0-cut_dependencies:6c82803
|
The Baseclass for all SoDa thread objects. More...
#include "SoDaBase.hxx"#include <string>#include "Debug.hxx"#include <thread>#include <chrono>#include <mutex>#include <memory>#include <condition_variable>#include <SoDa/MailBox.hxx>#include "version.h"Go to the source code of this file.
Classes | |
| class | SoDa::Thread |
| The Thread baseclass for all SoDa thread objects. More... | |
| class | SoDa::MissingMailBox |
Namespaces | |
| namespace | SoDa |
Typedefs | |
| typedef std::shared_ptr< Thread > | SoDa::ThreadPtr |
| typedef std::weak_ptr< Thread > | SoDa::ThreadWeakPtr |
The Baseclass for all SoDa thread objects.
These are used for blocks that wait on messages from the message rings, and act on them. A SoDaThread subscribes to message rings, and exports a "run" method.
Definition in file SoDaThread.hxx.