Class: Dynflow::Executors::Parallel::Pool
- Inherits:
-
MicroActor
- Object
- MicroActor
- Dynflow::Executors::Parallel::Pool
- Defined in:
- lib/dynflow/executors/parallel/pool.rb
Defined Under Namespace
Classes: JobStorage, RoundRobin
Constant Summary
Constants inherited from MicroActor
Instance Attribute Summary
Attributes inherited from MicroActor
Instance Method Summary collapse
-
#initialize(core, pool_size, transaction_adapter) ⇒ Pool
constructor
A new instance of Pool.
Methods inherited from MicroActor
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 |