forked from swiftlang/swift-tools-support-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve process state management (swiftlang#209)
motivation: improve performance and robustness of process state management changes: * refactor Process to use a state machine to track the process execution state * replace use of DispatchQueue with Locks to protect state * adjust windows implementation rdar://76087764 Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
- Loading branch information
Showing
2 changed files
with
171 additions
and
81 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