Module client_pool

Module client_pool 

Source
Expand description

Client pool — concurrent SocketAddrClientHandle map.

Re-exports§

pub use handle::ClientHandle;
pub use handle::DEFAULT_TX_BUDGET_MAX_TOKENS;
pub use handle::DEFAULT_TX_BUDGET_REFILL_PER_SEC;
pub use handle::TokenBucket;
pub use pool::ClientPool;
pub use pool::DEFAULT_UNHEALTHY_THRESHOLD;
pub use pool::UnhealthyOutcome;

Modules§

handle
ClientHandle — one linked client as tracked by the reflector.
pool
Concurrent map of currently linked clients per protocol.