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

Implementation of thread system integration. More...

#include <kcenon/network/detail/config/feature_flags.h>
#include "kcenon/network/integration/thread_integration.h"
#include <mutex>
#include <atomic>
#include <algorithm>
#include <stdexcept>
#include <thread>
#include <queue>
#include <condition_variable>
Include dependency graph for thread_integration.cpp:

Go to the source code of this file.

Classes

class  kcenon::network::integration::basic_thread_pool::impl
 
struct  kcenon::network::integration::basic_thread_pool::impl::DelayedTask
 
class  kcenon::network::integration::thread_integration_manager::impl
 

Namespaces

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

Detailed Description

Implementation of thread system integration.

This implementation delegates to thread_system::thread_pool when KCENON_WITH_THREAD_SYSTEM is defined, providing unified thread pool management across the network_system.

Author
kcenon
Date
2025-09-20

Definition in file thread_integration.cpp.