class ConnectionPool::TimedStack

def length

def length
  @max - @created + @que.length
end