Class: Mutant::Parallel::Sink Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType
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.

Job result sink

API:

  • private

Instance Method Summary collapse

Instance Method Details

#resultself

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:

API:

  • private



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

abstract_method :result

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

API:

  • private



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

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:

API:

  • private



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

abstract_method :stop?