Class: Concurrent::Actor::Context Abstract
- Inherits:
-
AbstractContext
- Object
- AbstractContext
- Concurrent::Actor::Context
- Defined in:
- lib/concurrent/actor/context.rb
Overview
This class is abstract.
implement AbstractContext#on_message
Basic Context of an Actor. It supports only linking and it simply terminates on error. Uses Behaviour.basic_behaviour_definition:
Direct Known Subclasses
Instance Attribute Summary (collapse)
- - (undocumented) core inherited from AbstractContext readonly
Instance Method Summary (collapse)
Instance Attribute Details
- (undocumented) core (readonly) Originally defined in class AbstractContext
Instance Method Details
- (undocumented) behaviour_definition
151 152 153 |
# File 'lib/concurrent/actor/context.rb', line 151 def behaviour_definition Behaviour.basic_behaviour_definition end |