Class: Mutant::Parallel::Driver Private

Inherits:
Object
  • Object
show all
Defined in:
lib/mutant/parallel.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Driver for parallelized execution

Instance Method Summary collapse

Instance Method Details

#statusObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Scheduler status



14
15
16
# File 'lib/mutant/parallel.rb', line 14

def status
  binding.call(__method__)
end

#stopself

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Stop master gracefully



21
22
23
24
# File 'lib/mutant/parallel.rb', line 21

def stop
  binding.call(__method__)
  self
end