Class: Cordis::Fiber::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/cordis/fiber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disposersObject

Returns the value of attribute disposers

Returns:

  • (Object)

    the current value of disposers



13
14
15
# File 'lib/cordis/fiber.rb', line 13

def disposers
  @disposers
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



13
14
15
# File 'lib/cordis/fiber.rb', line 13

def label
  @label
end