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

A question about poisoning #53

Open
A248 opened this issue Jul 25, 2023 · 1 comment
Open

A question about poisoning #53

A248 opened this issue Jul 25, 2023 · 1 comment

Comments

@A248
Copy link

A248 commented Jul 25, 2023

I am simply curious regarding why the locks in this library don't implement lock poisoning like those in the standard library. I'm using RwLock whose read and write locking methods are entirely error-free. What was the reasoning behind this design decision?

@notgull
Copy link
Member

notgull commented Jul 25, 2023

I wasn't around when the library was designed, but I think that not having poisoning makes the library simpler overall.

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

No branches or pull requests

2 participants