Class: Dynflow::Executors::Parallel::Core
- Inherits:
-
MicroActor
- Object
- MicroActor
- Dynflow::Executors::Parallel::Core
- Defined in:
- lib/dynflow/executors/parallel/core.rb
Overview
TODO add dynflow error handling to avoid getting stuck and report errors to the future
Constant Summary
Constants inherited from MicroActor
Instance Attribute Summary
Attributes inherited from MicroActor
Instance Method Summary collapse
-
#initialize(world, pool_size) ⇒ Core
constructor
A new instance of Core.
Methods inherited from MicroActor
Constructor Details
#initialize(world, pool_size) ⇒ Core
Returns a new instance of Core.
7 8 9 |
# File 'lib/dynflow/executors/parallel/core.rb', line 7 def initialize(world, pool_size) super(world.logger, world, pool_size) end |