# File lib/facets/more/pool.rb, line 54
  def pop
    synchronize do
      @cv.wait_while { empty? }
      super
    end
  end