Class: Concurrent::Actor::RestartingContext Abstract

Inherits:
AbstractContext show all
Defined in:
lib/concurrent-ruby-edge/concurrent/actor/context.rb

Overview

This class is abstract.

Context of an Actor for robust systems. It supports supervision, linking, pauses on error. Uses Behaviour.restarting_behaviour_definition

Instance Method Summary collapse

Instance Method Details

#behaviour_definitionundocumented



163
164
165
# File 'lib/concurrent-ruby-edge/concurrent/actor/context.rb', line 163

def behaviour_definition
  Behaviour.restarting_behaviour_definition
end