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

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:

  • (Object)

Returns:

  • (self)


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

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:

  • (Object)


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

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)


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

abstract_method :stop?