|
TEC
A lightweight C++ library enabling safe, efficient execution in multithreaded and concurrent systems.
|
Specialized thread pool that maintains one pre-allocated fixed-size buffer per worker thread. More...
#include <cstddef>#include <atomic>#include <vector>#include "tec/tec_def.hpp"#include "tec/tec_trace.hpp"#include "tec/tec_thread_pool.hpp"Go to the source code of this file.
Classes | |
| class | tec::SocketThreadPool |
| Specialized thread pool that maintains one pre-allocated fixed-size buffer per worker thread — intended mainly for network/socket I/O patterns. More... | |
Specialized thread pool that maintains one pre-allocated fixed-size buffer per worker thread.