Module pool

Module pool 

Source
Expand description

Connection pooling for Electrum clients.

This module provides a connection pool that manages multiple Electrum client connections for improved performance and reliability.

Structsยง

ConnectionPool
Connection pool for Electrum clients.
PoolConfig
Configuration for the connection pool.
PoolStats
Pool statistics.
PooledClient
A client borrowed from the connection pool.