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



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

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



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

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



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

abstract_method :stop?