Class: Taski::Execution::FiberProtocol::DepError
- Inherits:
-
Data
- Object
- Data
- Taski::Execution::FiberProtocol::DepError
- Defined in:
- lib/taski/execution/fiber_protocol.rb
Overview
Fiber resume error signal (worker pool -> task) ===
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
11 12 13 |
# File 'lib/taski/execution/fiber_protocol.rb', line 11 def error @error end |