# File lib/rufus/sc/scheduler.rb, line 437
    def stop (opts={})

      @timer.cancel

      EM.stop if opts[:stop_em] and @em_thread
    end