class ActiveRecord::ConnectionAdapters::PoolConfig

def pool

Experimental RBS support (using type sampling data from the type_fusion project).

def pool: () -> untyped

This signature was generated using 3 samples from 1 application.

def pool
  ActiveSupport::ForkTracker.check!
  @pool || synchronize { @pool ||= ConnectionAdapters::ConnectionPool.new(self) }
end