module ConnectionPool::ForkTracker
class ConnectionPool
class ConnectionPool::Error
class ConnectionPool::PoolShuttingDownError
class ConnectionPool::TimedStack
class ConnectionPool::TimeoutError
class ConnectionPool::Wrapper
connection_pool
2.4.0
def _fork pid = super if pid == 0 ConnectionPool.after_fork end pid end