class ConnectionPool::TimedStack

def length

The number of connections available on the stack.
#
def length
  @max - @created + @que.length
end