Class: Mutant::Parallel::Sink

Inherits:
Object
  • Object
show all
Includes:
AbstractType
Defined in:
lib/mutant/parallel.rb

Overview

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)


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

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.

Sink status

Returns:

  • (Object)


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

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)


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

abstract_method :stop?