Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
connection_pool.h File Reference
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <memory>
#include <mutex>
#include <queue>
#include <string>
#include "internal/core/messaging_client.h"
#include "kcenon/network/detail/utils/result_types.h"
Include dependency graph for connection_pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::core::connection_pool
 Manages a pool of reusable client connections to reduce connection overhead and improve performance. More...
 

Namespaces

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