# File karel/runner.rb, line 6
  def run (task)
    Thread.new(task){|tsk|
      tsk
    }
  end