# File lib/puma/thread_pool.rb, line 139 def initialize(pool, timeout) @pool = pool @timeout = timeout @running = false end