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

Bidirectional adapters between network_system's thread_pool_interface and common_system's IExecutor/IThreadPool interfaces. More...

#include <kcenon/network/detail/config/feature_flags.h>
#include "kcenon/network/integration/thread_integration.h"
#include <chrono>
#include <functional>
#include <future>
#include <memory>
#include <stdexcept>
#include <string>
Include dependency graph for thread_pool_adapters.h:

Go to the source code of this file.

Classes

struct  kcenon::network::integration::function_job_unavailable
 
struct  kcenon::network::integration::network_to_common_thread_adapter_unavailable
 
struct  kcenon::network::integration::common_to_network_thread_adapter_unavailable
 

Namespaces

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

Detailed Description

Bidirectional adapters between network_system's thread_pool_interface and common_system's IExecutor/IThreadPool interfaces.

This header provides adapter classes that enable interoperability between network_system's local thread pool interface and common_system's unified executor interfaces.

Author
kcenon
Date
2025-12-27

Definition in file thread_pool_adapters.h.