Ruby Rinda::TupleSpaceProxy Functions
EditRocket provides the following information on Rinda::TupleSpaceProxy functions in the Ruby source code builder.
new(ts) - Creates a new TupleSpaceProxy to wrap ts.
notify(ev, tuple, sec=nil) - Registers for notifications of event ev on the proxied TupleSpace. See TupleSpace#notify
read(tuple, sec=nil, &block) - Reads tuple from the proxied TupleSpace. See TupleSpace#read.
read_all(tuple) - Reads all tuples matching tuple from the proxied TupleSpace. See TupleSpace#read_all.
take(tuple, sec=nil, &block) - Takes tuple from the proxied TupleSpace. See TupleSpace#take.
write(tuple, sec=nil) - Adds tuple to the proxied TupleSpace. See TupleSpace#write.