-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit prepares `DiagnosticsController` for adding multithreaded processing. 1. `DiagnosticsController::refresh` takes shared reference to owned state and makes snapshots internally. It needs it to create `N` snapshots for many threads. 2. Encapsulated controller thread state into a struct. 3. `Notifier` and `file_diagnostics` are now stored in controller's state instead of being passed around. 4. Some minor renames and doc rewordings. commit-id:b9bb403e
- Loading branch information
Showing
3 changed files
with
42 additions
and
36 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