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