Class: Dynflow::Executors::Parallel::Core

Inherits:
MicroActor
  • Object
show all
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

MicroActor::Terminate

Instance Attribute Summary

Attributes inherited from MicroActor

#initialized, #logger

Instance Method Summary collapse

Methods inherited from MicroActor

#<<, #ask, #stopped?

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