# File lib/guard/livereload/reactor.rb, line 10
      def initialize(options)
        @web_sockets = []
        @options     = options
        @thread      = start_threaded_reactor(options)
      end