# File lib/puma/thread_pool.rb, line 145 def start! @running = true @thread = Thread.new do while @running @pool.trim sleep @timeout end end end