# File lib/thin/backends/base.rb, line 90 def stop! @running = false @stopping = false EventMachine.stop if @started_reactor && EventMachine.reactor_running? @connections.each_value { |connection| connection.close_connection } close end