TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
Loading...
Searching...
No Matches
tec_daemon.hpp File Reference

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...
 

Detailed Description

Defines the minimal contract for any long-lived service or processing component.

Author
The Emacs Cat
Date
2025-09-17