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



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

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.

Return status



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

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



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

abstract_method :stop?