class ConnectionPool::TimedStack

def idle

The number of connections created and available on the stack.
#
def idle
  @que.length
end