Class: Concurrent::Actor::Context Abstract

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

Overview

This class is abstract.

Basic Context of an Actor. It supports only linking and it simply terminates on error. Uses Behaviour.basic_behaviour_definition:

Direct Known Subclasses

Utils::AdHoc

Instance Method Summary collapse

Instance Method Details

#behaviour_definitionundocumented



153
154
155
# File 'lib/concurrent-ruby-edge/concurrent/actor/context.rb', line 153

def behaviour_definition
  Behaviour.basic_behaviour_definition
end