class Rufus::Scheduler

def kill_all_work_threads

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