Class: Thread

Inherits:
Object
  • Object
show all
Defined in:
lib/thread_root_fiber/thread.rb,
lib/thread_root_fiber/thread.rb

Instance Attribute Summary collapse

Instance Attribute Details

#root_fiberObject (readonly)

Returns the value of attribute root_fiber.



23
24
25
# File 'lib/thread_root_fiber/thread.rb', line 23

def root_fiber
  @root_fiber
end