-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Modified chain.leave() to handle concurrency #280
Conversation
@gavv could you take a look at this? I'll move towards adding test cases if It looks good.
|
The patch looks good now, thanks! We also need the test for chain discussed in previous PR. |
Oh, you already mentioned the test. Cool, thanks. |
50155aa
to
49ea774
Compare
@gavv the tests are a rough sketch. |
LGTM |
a5ebdc6
to
7915828
Compare
☔ The latest upstream change (presumably these) made this pull request unmergeable. Please resolve the merge conflicts. |
Signed-off-by: ROHITH RAJU <[email protected]>
Signed-off-by: ROHITH RAJU <[email protected]>
Signed-off-by: ROHITH RAJU <[email protected]>
7915828
to
58f6486
Compare
Thanks. I've rebased PR on fresh master and added a few cosmetic fixes:
|
Signed-off-by: ROHITH RAJU [email protected]
Merge this to #254 to make
environment
thread-safe.