Methods

Class/Module Index [+]

Quicksearch

Celluloid::SignalConditionRequest

Signal a condition

Attributes

task[R]
value[R]

Public Class Methods

new(task, value) click to toggle source
# File lib/celluloid/system_events.rb, line 57
def initialize(task, value)
  @task, @value = task, value
end

Public Instance Methods

call() click to toggle source
# File lib/celluloid/system_events.rb, line 62
def call
  @task.resume(@value)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.