-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamp connections to avoid runtime calls (#282)
By having clients wait for timeouts on the same channel as they do for results we end up in an efficient special case of the go runtime, rather than a more heavyweight select loop.
- Loading branch information
Watson Ladd
authored
Feb 5, 2021
1 parent
a3cb6f2
commit 1c05176
Showing
1 changed file
with
52 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters