Class: Dynflow::Executors::Parallel::Worker

Inherits:
MicroActor
  • Object
show all
Defined in:
lib/dynflow/executors/parallel/worker.rb

Constant Summary

Constants inherited from MicroActor

MicroActor::Terminate

Instance Attribute Summary

Attributes inherited from MicroActor

#initialized, #logger

Instance Method Summary collapse

Methods inherited from MicroActor

#<<, #ask, #stopped?

Constructor Details

#initialize(pool, transaction_adapter) ⇒ Worker

Returns a new instance of Worker.



5
6
7
# File 'lib/dynflow/executors/parallel/worker.rb', line 5

def initialize(pool, transaction_adapter)
  super(pool.logger, pool, transaction_adapter)
end