-
Notifications
You must be signed in to change notification settings - Fork 18
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
cluster: support LockWithContext #35
Conversation
Support locking use cases where the default blocking semantics are undesirable during teardown.
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.
One request on function comment. Otherwise LGTM!
Co-Authored-By: Michael Kochell <mjkochell@gmail.com>
@ali-farooq0, is this something you can take a look at soon? |
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.
LGTM 👍
/update-branch |
|
Summary
This branches off #33 to add support for locking with a context (and thus implicitly supporting lock cancellation, "try lock" semantics, etc.).
I opted not to merge directly to
master
given the rework happening in that active PR.