# File lib/ruote/worker.rb, line 114
    def run_in_thread

      #Thread.abort_on_exception = true

      @state = 'running'

      @run_thread = Thread.new { run }
      @run_thread['ruote_worker'] = self
    end