| Class | Rinda::WaitTemplateEntry |
| In: |
lib/rinda/tuplespace.rb
|
| Parent: | TemplateEntry |
| found | [R] |
# File lib/rinda/tuplespace.rb, line 185
185: def initialize(place, ary, expires=nil)
186: super(ary, expires)
187: @place = place
188: @cond = place.new_cond
189: @found = nil
190: end
# File lib/rinda/tuplespace.rb, line 201
201: def read(tuple)
202: @found = tuple
203: signal
204: end