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

Instance Method Details

#responseself

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

Parameters:

Returns:

  • (self)


84
# File 'lib/mutant/parallel.rb', line 84

abstract_method :response

#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.

The sink status

Returns:

  • (Object)


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

Returns:

  • (Boolean)


94
# File 'lib/mutant/parallel.rb', line 94

abstract_method :stop?