Skip to main content

Module connection

Module connection 

Source
Expand description

Connection management: pooling, backpressure, timeouts, and graceful shutdown.

Structsยง

ConnectionConfig
Configuration for connection management.
ConnectionGuard
RAII guard that tracks an active connection. Decrements the counter on drop.
ConnectionManager
Manages connection limits, request queuing, and shutdown coordination.