Class: Taski::Execution::FiberProtocol::StartDep

Inherits:
Data
  • Object
show all
Defined in:
lib/taski/execution/fiber_protocol.rb

Overview

Fiber yields (task -> worker pool) ===

Instance Attribute Summary collapse

Instance Attribute Details

#task_classObject (readonly)

Returns the value of attribute task_class

Returns:

  • (Object)

    the current value of task_class



7
8
9
# File 'lib/taski/execution/fiber_protocol.rb', line 7

def task_class
  @task_class
end