Class: Taski::Execution::FiberProtocol::Resume

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

Instance Attribute Summary collapse

Instance Attribute Details

#fiberObject (readonly)

Returns the value of attribute fiber

Returns:

  • (Object)

    the current value of fiber



23
24
25
# File 'lib/taski/execution/fiber_protocol.rb', line 23

def fiber
  @fiber
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



23
24
25
# File 'lib/taski/execution/fiber_protocol.rb', line 23

def value
  @value
end