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

Defines a worker class for processing messages in the tec namespace. More...

#include <atomic>
#include <cmath>
#include <memory>
#include <mutex>
#include <typeindex>
#include <unordered_map>
#include <functional>
#include <thread>
#include "tec/tec_def.hpp"
#include "tec/tec_trace.hpp"
#include "tec/tec_status.hpp"
#include "tec/tec_queue.hpp"
#include "tec/tec_message.hpp"
#include "tec/tec_daemon.hpp"

Go to the source code of this file.

Classes

class  tec::Worker< TParams >
 A class implementing message processing as a daemon. More...
 

Detailed Description

Defines a worker class for processing messages in the tec namespace.

Author
The Emacs Cat
Date
2025-09-17