Module connection_pool

Module connection_pool 

Source
Expand description

Connection pooling for HTTP clients with health checks and idle management

Structs§

ConnectionPool
Generic connection pool
PoolConfig
Connection pool configuration
PoolMetrics
Metrics for connection pool usage and health
PooledConnection
Connection wrapper with metadata

Enums§

PoolError
Errors that can occur in connection pool operations

Type Aliases§

HttpClientPool
HTTP client connection pool (example usage)