# File lib/rake_remote_task.rb, line 536
    def initialize task, block
      @task  = task
      @block = block
      @workers = []
    end