# File lib/rufus/scheduler.rb, line 401
    def threads

      Thread.list.select { |t| t[thread_key] }
    end