-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clients.get: block on reserved clients. (#1323)
To reflect the decision that we don't expose reserved clients (#1216), this change introduces the client's discarded flag, and uses that flag and the execution ready flag to resolve the promise when the client reaches one of those states instead of capturing and exposing the reserved client. Follow-up to 07e9487 (#1259).
- Loading branch information
Showing
2 changed files
with
429 additions
and
350 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
Oops, something went wrong.