Concurrent::Actor::Behaviour::Abstract
Delegates messages and events to {AbstractContext} instance.
# File lib/concurrent/actor/behaviour/executes_context.rb, line 6 def on_envelope(envelope) context.on_envelope envelope end
# File lib/concurrent/actor/behaviour/executes_context.rb, line 10 def on_event(public, event) context.on_event(event) super public, event end
[Validate]
Generated with the Darkfish Rdoc Generator 2.