Class: Fiber

Inherits:
Object
  • Object
show all
Defined in:
lib/celluloid/core_ext.rb

Instance Attribute Summary collapse

Instance Attribute Details

#taskObject

Celluloid::Task associated with this Fiber



24
25
26
# File 'lib/celluloid/core_ext.rb', line 24

def task
  @task
end