Module: Mutant::Parallel::Sink Private
- Includes:
- Unparser::AbstractType
- Included in:
- Mutation::Runner::Sink
- Defined in:
- lib/mutant/parallel.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Job result sink signature
Instance Method Summary collapse
-
#response ⇒ self
private
Process job result.
-
#status ⇒ Object
private
The sink status.
-
#stop? ⇒ Boolean
private
Test if processing should stop.
Instance Method Details
#response ⇒ 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.
Process job result
84 |
# File 'lib/mutant/parallel.rb', line 84 abstract_method :response |
#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.
The sink status
89 |
# File 'lib/mutant/parallel.rb', line 89 abstract_method :status |
#stop? ⇒ Boolean
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.
Test if processing should stop
94 |
# File 'lib/mutant/parallel.rb', line 94 abstract_method :stop? |