Ruby Rinda::NotifyTemplateEntry Functions

EditRocket provides the following information on Rinda::NotifyTemplateEntry functions in the Ruby source code builder.

each( {|event, tuple| ...} - Yields event/tuple pairs until this NotifyTemplateEntry expires.

new(place, event, tuple, expires=nil) - Creates a new NotifyTemplateEntry that watches place for +event+s that match tuple.

notify(ev) - Called by TupleSpace to notify this NotifyTemplateEntry of a new event.

pop() - Retrieves a notification. Raises RequestExpiredError when this NotifyTemplateEntry expires.