Class: Taski::Execution::FiberProtocol::StartDepNotify
- Inherits:
-
Data
- Object
- Data
- Taski::Execution::FiberProtocol::StartDepNotify
- Defined in:
- lib/taski/execution/fiber_protocol.rb
Overview
Completion queue events (worker pool -> executor) ===
Instance Attribute Summary collapse
-
#task_class ⇒ Object
readonly
Returns the value of attribute task_class.
Instance Attribute Details
#task_class ⇒ Object (readonly)
Returns the value of attribute task_class
14 15 16 |
# File 'lib/taski/execution/fiber_protocol.rb', line 14 def task_class @task_class end |