# File lib/rufus/scheduler/jobs.rb, line 152
      def kill

        threads.each { |t| t.raise(KillSignal) }
      end