# File lib/connection_pool/timed_stack.rb, line 118
  def length
    @max - @created + @que.length
  end