|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Implementation of thread_system_pool_adapter. More...
#include <kcenon/network/detail/config/feature_flags.h>#include "internal/integration/thread_system_adapter.h"
Go to the source code of this file.
Implementation of thread_system_pool_adapter.
This adapter bridges thread_system::thread_pool to the network_system's thread_pool_interface. It now delegates delayed task scheduling directly to thread_pool::submit_delayed (when THREAD_HAS_COMMON_EXECUTOR is available), eliminating the need for a separate scheduler thread.
Definition in file thread_system_adapter.cpp.