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

Returns:

  • (Object)


12
13
14
# File 'lib/mutant/parallel.rb', line 12

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

Returns:

  • (self)


19
20
21
22
# File 'lib/mutant/parallel.rb', line 19

def stop
  binding.call(__method__)
  self
end