Class: Fiber
- Inherits:
-
Object
- Object
- Fiber
- Defined in:
- lib/celluloid/core_ext.rb
Instance Attribute Summary collapse
-
#task ⇒ Object
Celluloid::Task associated with this Fiber.
Instance Attribute Details
#task ⇒ Object
Celluloid::Task associated with this Fiber
24 25 26 |
# File 'lib/celluloid/core_ext.rb', line 24 def task @task end |