-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
context: refactor with new internal interface types
* Modify canceler to cancelable, with exported Cancel function. * Add canceler interface with Register and Unregister fnctions. * Add child interface with Parent function. These interface allow external implementations to define functions that improve the context performance when being used. Fixes #28728
- Loading branch information
Showing
2 changed files
with
140 additions
and
87 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