-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is this library thread-safe? If not shouldn't the documentation state that? #6
Comments
I have a similar question related to how |
As far as I understand this library is not thread-safe, at least on linux. I.e. when one thread wraps an operation with @saurabhnanda: Because of this it's not possible to silence one Re: documentation: Sorry, don't have many opinions on this. Just wanted to at least answer the question about thread-safety. |
What @soenkehahn says is correct. This library uses I'm sure the project would gladly accept a PR to make this as clear as possible. |
I clarified the situation in v1.2.5.4: |
@andreasabel just in case you're not aware of it, Hspec does not suffer from the same limitations as |
As far as I know, it's impossible to implement
silently
in a thread-safe manner, but I'd love to be told otherwise. So I'm assuming that the functions in this library aren't thread-safe. In that case, I think the documentation should state that since it may not be obvious to everyone.The text was updated successfully, but these errors were encountered: