Methods

Class/Module Index [+]

Quicksearch

Celluloid::ExitEvent

An actor has exited for the given reason

Attributes

actor[R]
reason[R]

Public Class Methods

new(actor, reason = nil) click to toggle source
# File lib/celluloid/system_events.rb, line 38
def initialize(actor, reason = nil)
  @actor, @reason = actor, reason
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.