Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oauth2_http: Use Futures.getDone() instead of Future.get() in listener (
#1109) Listeners for Futures should generally use Futures.addCallback() or Futures.getDone() when called. This makes it clear they won't block and allows tooling to know it will never block. cl/492555987 Co-authored-by: Timur Sadykov <stim@google.com>
- Loading branch information