Class: Mutant::Parallel::Driver

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

Overview

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)


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

Returns:

  • (self)


23
24
25
26
# File 'lib/mutant/parallel.rb', line 23

def stop
  binding.call(__method__)
  self
end