Class: Mutant::Parallel::Driver
- Inherits:
-
Object
- Object
- Mutant::Parallel::Driver
- Defined in:
- lib/mutant/parallel.rb
Overview
Driver for parallelized execution
Instance Method Summary collapse
-
#status ⇒ Object
private
Return scheduler status.
-
#stop ⇒ self
private
Stop master gracefully.
Instance Method Details
#status ⇒ Object
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.
Return scheduler status
15 16 17 |
# File 'lib/mutant/parallel.rb', line 15 def status binding.call(__method__) end |
#stop ⇒ self
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
25 26 27 28 |
# File 'lib/mutant/parallel.rb', line 25 def stop binding.call(__method__) self end |