Abstract
Removes terminated children.
# File lib/concurrent/actor/behaviour/removes_child.rb, line 6 def on_envelope(envelope) if envelope.message == :remove_child core.remove_child envelope.sender else pass envelope end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.