75 76 77
# File 'lib/puma.rb', line 75 def self.set_thread_name(name) Thread.current.name = "puma #{name}" end