Celluloid::SystemEvent
Signal a condition
# File lib/celluloid/system_events.rb, line 57 def initialize(task, value) @task, @value = task, value end
# File lib/celluloid/system_events.rb, line 62 def call @task.resume(@value) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.