Rinda::TemplateEntry
Documentation?
# File rinda/tuplespace.rb, line 186 def initialize(place, ary, expires=nil) super(ary, expires) @place = place @cond = place.new_cond @found = nil end
# File rinda/tuplespace.rb, line 193 def cancel super signal end
# File rinda/tuplespace.rb, line 202 def read(tuple) @found = tuple signal end
# File rinda/tuplespace.rb, line 207 def signal @place.synchronize do @cond.signal end end
# File rinda/tuplespace.rb, line 198 def wait @cond.wait end
This page was generated for Ruby 2.6.5
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.2.