Skip to main content

Module pool_core

Module pool_core 

Source
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§

PoolStats
Pool statistics snapshot.

Enums§

Circuit
Per-connection circuit breaker state.
ConnState
Connection health state.
ExhaustionPolicy
What to do when all connections are busy.
PoolError
Pool-specific error conditions.
PoolPhase
Pool lifecycle phase for graceful shutdown.
ValidationMode
How to handle startup connection failures.