Expand description
Shared pool components for sync and async connection pools.
This module contains types and traits that are shared between
Pool (sync) and AsyncPool (async) implementations.
Structs§
- Pool
Stats - Pool statistics snapshot.
Enums§
- Circuit
- Per-connection circuit breaker state.
- Conn
State - Connection health state.
- Exhaustion
Policy - What to do when all connections are busy.
- Pool
Error - Pool-specific error conditions.
- Pool
Phase - Pool lifecycle phase for graceful shutdown.
- Validation
Mode - How to handle startup connection failures.