# File lib/celluloid/task_set.rb, line 24 def <<(task) Rubinius.synchronize(self) { @tasks << task } end
# File lib/celluloid/task_set.rb, line 28 def delete(task) Rubinius.synchronize(self) { @tasks.delete task } end
# File lib/celluloid/task_set.rb, line 36 def empty? Rubinius.synchronize(self) { @tasks.empty? } end
Generated with the Darkfish Rdoc Generator 2.