|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Core interface for TEC actors with lifecycle management and request processing. 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::Actor |
| Abstract base class defining the actor lifecycle and request handling interface. More... | |
Core interface for TEC actors with lifecycle management and request processing.
This header defines the tec::Actor abstract base class, which serves as the foundation for all actor implementations in the TEC framework. Actors encapsulate asynchronous services with well-defined start/shutdown semantics and request-reply message handling.
Key features:
start, shutdown).process_request.