# File lib/rufus/scheduler.rb, line 549
    def kill_all_work_threads

      work_threads.each { |t| t.kill }
    end