|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Defines the minimal contract for any long-lived service or processing component. More...
#include "tec/tec_def.hpp"#include "tec/tec_status.hpp"#include "tec/tec_signal.hpp"#include "tec/tec_message.hpp"Go to the source code of this file.
Classes | |
| class | tec::Daemon |
| Abstract interface for a daemon that runs in a separate thread. More... | |
| struct | tec::Daemon::Builder< Derived > |
| Factory for creating daemon instances. More... | |
Defines the minimal contract for any long-lived service or processing component.