-
Notifications
You must be signed in to change notification settings - Fork 651
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Refactors CDPAgent's state persistence API to treat `State` as a **move-only, default-constructible** value type that represents a handle to a piece of private state. This simplifies the API by removing a layer of indirection (the outer `unique_ptr<State>`). Reviewed By: mattbfb Differential Revision: D54580878 fbshipit-source-id: 6c7ea0cea6cfd0b484163eba51162944c3cd5c6f
- Loading branch information
1 parent
9d1c376
commit c2c711c
Showing
3 changed files
with
64 additions
and
39 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