| Class | Rinda::WaitTemplateEntry |
| In: |
rinda/tuplespace.rb
|
| Parent: | TemplateEntry |
Attributes
| found | [R] |
Public Class methods
# File 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