Method: Rinda::TupleSpaceProxy#notify
- Defined in:
- lib/rinda/rinda.rb
#notify(ev, tuple, sec = nil) ⇒ Object
Registers for notifications of event ev
on the proxied TupleSpace. See TupleSpace#notify
298 299 300 |
# File 'lib/rinda/rinda.rb', line 298 def notify(ev, tuple, sec=nil) @ts.notify(ev, tuple, sec) end |