Class: Taski::Execution::FiberProtocol::DepError

Inherits:
Data
  • Object
show all
Defined in:
lib/taski/execution/fiber_protocol.rb

Overview

Fiber resume error signal (worker pool -> task) ===

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



11
12
13
# File 'lib/taski/execution/fiber_protocol.rb', line 11

def error
  @error
end