Support for the Ruby 2.4 series has ended. See here for reference.
Rinda::TemplateEntry
Documentation?
# File rinda/tuplespace.rb, line 187 def initialize(place, ary, expires=nil) super(ary, expires) @place = place @cond = place.new_cond @found = nil end
# File rinda/tuplespace.rb, line 194 def cancel super signal end
# File rinda/tuplespace.rb, line 203 def read(tuple) @found = tuple signal end
# File rinda/tuplespace.rb, line 208 def signal @place.synchronize do @cond.signal end end
# File rinda/tuplespace.rb, line 199 def wait @cond.wait end
This page was generated for Ruby 2.4.1
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.