class ConnectionPool::TimedStack

def fetch_connection(options = nil)

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

def fetch_connection: (?Hash options) -> untyped

This signature was generated using 1 sample from 1 application.

def fetch_connection(options = nil)
  @que.pop
end