diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-03-08 12:31:14 +0100 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-06-13 15:39:03 -0700 |
commit | e2ebd89a5f8784505a69943570757b21e0642875 (patch) | |
tree | c08cde1a927a803d85fe7e0f35eca436a9d80c7c /WORKSPACE | |
parent | 32919791c74e5592a7c2f3f4e9c528992b8aa32a (diff) |
Optimize blocking intercepted stream-unary calls
Change the blocking stream-unary call code path to rely
on the underlying synchronous API, as opposed to calling
the Future-based underlying async API and invoking `.result()`
on the returned Future object immediately, which can be
resource-intensive.
Diffstat (limited to 'WORKSPACE')
0 files changed, 0 insertions, 0 deletions