Celluloid::SystemEvent
An actor has exited for the given reason
# File lib/celluloid/system_events.rb, line 78 def initialize(actor, reason = nil) @actor = actor @reason = reason end