-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GL] Fix update issue in OrderedCommand
This commit addresses two issues with OrderedCommand: - Removing a command did not remove the OrderedCommand from its outputs. This could lead to the command being updated after being removed and freed. - In some concurrent scenarios a removed command may be marked dirty and updated even if the OrderedCommand is removed from its outputs.
- Loading branch information
Showing
1 changed file
with
31 additions
and
24 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