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

Implementation of thread_system_pool_adapter. More...

Include dependency graph for thread_system_adapter.cpp:

Go to the source code of this file.

Detailed Description

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.

Author
kcenon
Date
2025-09-20

Definition in file thread_system_adapter.cpp.