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

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

Detailed Description

Specialized thread pool that maintains one pre-allocated fixed-size buffer per worker thread.

Author
The Emacs Cat
Date
2025-12-29