# File lib/rack/handler/ftw.rb, line 112
  def stop
    @server.stop unless @server.nil?
    @threads.each(&:join)
  end