Skip to content
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

Mutual exclusion issues #4

Open
matthew-a-thomas opened this issue Jun 26, 2022 · 0 comments
Open

Mutual exclusion issues #4

matthew-a-thomas opened this issue Jun 26, 2022 · 0 comments

Comments

@matthew-a-thomas
Copy link

This test demonstrates that AsyncLock does not provide mutual exclusion:

https://dotnetfiddle.net/Tz38lN

Actually that test has been a challenge for every single async lock I currently know of, so I made my own async lock that passes. I'm not trying to plug for my own stuff on your GitHub, I'm just trying to show that it is possible and offer some direction toward a fix. Let me know if you'd like to discuss how my async lock works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant