-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabled steps #180
Disabled steps #180
Conversation
This fixes a potential deadlock in a specific case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments on first pass ... I'll need to let it soak in and make a second pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to go, except for one comment, but it's such a small thing that I'm going to "pre-resolve" it, in case you decide not to address it.
Changes introduced with this PR
This is the initial design. It does not provide a way to gracefully handle disabling yet, but that's out of scope of this PR.
Let me know if you see any missing test cases.
By contributing to this repository, I agree to the contribution guidelines.