class Concurrent::Actor::Context
Basic Context of an Actor. It supports only linking and it simply terminates on error. Uses {Behaviour.basic_behaviour_definition}:
@abstract implement {AbstractContext#on_message}
Public Instance Methods
behaviour_definition()
click to toggle source
# File lib/concurrent/actor/context.rb, line 151 def behaviour_definition Behaviour.basic_behaviour_definition end