class Puma::ThreadPool

def auto_trim!(timeout=@auto_trim_time)

def auto_trim!(timeout=@auto_trim_time)
  @auto_trim = Automaton.new(self, timeout, "#{@name} threadpool trimmer", :trim)
  @auto_trim.start!
end