Class: Taski::Execution::FiberProtocol::Execute

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

Overview

Worker thread commands (pool -> worker thread) ===

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



21
22
23
# File 'lib/taski/execution/fiber_protocol.rb', line 21

def task_class
  @task_class
end

#wrapperObject (readonly)

Returns the value of attribute wrapper

Returns:

  • (Object)

    the current value of wrapper



21
22
23
# File 'lib/taski/execution/fiber_protocol.rb', line 21

def wrapper
  @wrapper
end