-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle-core: introduce new type-safe ReqRep variant
Problem `ReqRep` is not type-safe. For most scenarios, `ReqRep` can be type-safe. Solution Introduce a generic, type-safe `ReqRepT` and modify the existing `ReqRep` to be compatible. This means that `ReqRepT` is itself a `ReqRep` and can be used as a drop-in replacement where type-safety is allowed. JIRA Issues: CSL-10019 Differential Revision: https://phabricator.twitter.biz/D520027
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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
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
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