Enumeration
ConnectionPoolError
Errors thrown by
EventLoopGroupConnectionPool and EventLoopConnectionPool regarding state.enum ConnectionPoolError
Topics
Enumeration Cases
case shutdownThe connection pool has shutdown.
Relationships
Conforms To
Swift.EquatableSwift.ErrorSwift.HashableSwift.SendableSwift.SendableMetatype
See Also
Legacy connection pools
class EventLoopConnectionPoolHolds a collection of active connections that can be requested and later released back into the pool.class EventLoopGroupConnectionPoolHolds a collection of connection pools for eachEventLoopon anEventLoopGroup.protocol ConnectionPoolSourceSource of new connections forEventLoopGroupConnectionPool.protocol ConnectionPoolItemItem managed by a connection pool.enum ConnectionPoolTimeoutErrorErrors thrown byEventLoopGroupConnectionPoolandEventLoopConnectionPoolregarding timeouts.