Rinda::TemplateEntry
Documentation?
# File rinda/tuplespace.rb, line 185 def initialize(place, ary, expires=nil) super(ary, expires) @place = place @cond = place.new_cond @found = nil end
# File rinda/tuplespace.rb, line 192 def cancel super signal end
# File rinda/tuplespace.rb, line 201 def read(tuple) @found = tuple signal end
# File rinda/tuplespace.rb, line 206 def signal @place.synchronize do @cond.signal end end
# File rinda/tuplespace.rb, line 197 def wait @cond.wait end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.