Class: Dynflow::Executors::Parallel::Pool

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

Defined Under Namespace

Classes: JobStorage, RoundRobin

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(core, pool_size, transaction_adapter) ⇒ Pool

Returns a new instance of Pool.



64
65
66
# File 'lib/dynflow/executors/parallel/pool.rb', line 64

def initialize(core, pool_size, transaction_adapter)
  super(core.logger, core, pool_size, transaction_adapter)
end