# File lib/connection_pool/timed_stack.rb, line 111
  def empty?
    (@created - @que.length) >= @max
  end