Class: Mutant::Parallel::Source
- Inherits:
-
Object
- Object
- Mutant::Parallel::Source
- Includes:
- AbstractType
- Defined in:
- lib/mutant/parallel/source.rb
Overview
Job source for parallel execution
Defined Under Namespace
Classes: Array
Constant Summary collapse
- NoJobError =
Class.new(RuntimeError)
Instance Method Summary collapse
-
#next ⇒ Object
private
Return next job.
-
#next? ⇒ Boolean
private
Test if next job is available.
Instance Method Details
#next ⇒ Object
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 next job
18 |
# File 'lib/mutant/parallel/source.rb', line 18 abstract_method :next |
#next? ⇒ 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 next job is available
26 |
# File 'lib/mutant/parallel/source.rb', line 26 abstract_method :next? |