Class: Evilution::Parallel::WorkQueue::Unfinished
- Inherits:
-
Data
- Object
- Data
- Evilution::Parallel::WorkQueue::Unfinished
- Defined in:
- lib/evilution/parallel/work_queue.rb
Overview
Sentinel results for items whose worker never produced a value. The dispatcher writes these into the results array (instead of aborting the whole run) so a single stuck/dead worker only loses its own in-flight item(s). Mutation-aware callers translate the reason into a status.
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
16 17 18 |
# File 'lib/evilution/parallel/work_queue.rb', line 16 def reason @reason end |