commit | 174a44e538a74a49ea777b91fcca74883adff50e | [log] [tgz] |
---|---|---|
author | Cosmos Nicolaou <cnicolaou@google.com> | Fri May 16 13:59:30 2014 -0700 |
committer | Cosmos Nicolaou <cnicolaou@google.com> | Fri May 16 13:59:32 2014 -0700 |
tree | 84fd5dc4d770e9239596e861a296588951dc5ee9 | |
parent | 53fdf56d421c4963f2c2b6df070bece343db4b78 [diff] |
veyron/runtimes/google/ipc: implement a store for the results of previous RP This is the first in a series of CLs to implement support for allowing a dependent RPC call to access the results of a dependee RPC call without havi to roundtrip the results back to the client. Thus, a sequence of the form: x := A(); B(x), can be executed as B(A()) on the server. Change-Id: Ie69717924a1d951ae0431b78a8b7084db6d2d926