Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
thread_integration.h File Reference

Thread system integration interface for network_system. More...

#include <functional>
#include <memory>
#include <future>
#include <chrono>
#include <vector>
Include dependency graph for thread_integration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::integration::thread_pool_interface
 Interface for thread pool integration. More...
 
class  kcenon::network::integration::basic_thread_pool
 Basic thread pool implementation for standalone use. More...
 
class  kcenon::network::integration::thread_integration_manager
 Manager for thread system integration. More...
 
struct  kcenon::network::integration::thread_integration_manager::metrics
 Get thread pool metrics. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::integration
 
namespace  network_system
 

Detailed Description

Thread system integration interface for network_system.

This interface provides integration with thread_system for asynchronous task scheduling and thread pool management.

Author
kcenon
Date
2025-09-20

Definition in file thread_integration.h.