-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demonomorphize context in SemiFuture::within
Summary: Demonomorphize the context handling which is currently a lambda defined within SemiFuture::within. Only a small part of this lambda depends on the containing function's template parameters so demonomorphize the rest. Reviewed By: DenisYaroshevskiy Differential Revision: D60095691 fbshipit-source-id: 7db941faccc59d632164855130bee4f4aa78daa4
- Loading branch information
1 parent
257b747
commit 7054060
Showing
2 changed files
with
45 additions
and
28 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