Project

General

Profile

Feature #8119 » rinda.rb.8119.patch

Backwards compatible version of original patch - drbrain (Eric Hodel), 03/24/2013 11:20 AM

View differences:

lib/rinda/tuplespace.rb (working copy)
port.push(entry.value) if port
@bag.delete(entry)
notify_event('take', entry.value)
return entry.value
return port ? nil : entry.value
end
raise RequestExpiredError if template.expired?
......
port.push(entry.value) if port
@bag.delete(entry)
notify_event('take', entry.value)
return entry.value
return port ? nil : entry.value
end
template.wait
end
(2-2/2)