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

Is library threadsafe? #23

Open
LeifAndersen opened this issue Jun 19, 2017 · 1 comment
Open

Is library threadsafe? #23

LeifAndersen opened this issue Jun 19, 2017 · 1 comment

Comments

@LeifAndersen
Copy link
Contributor

The documentation says that it uses data/queue module. The documentation for that module says it is not thread safe. As such is this library thread safe? Either way, the docs should say if it is or is not.

@stchang
Copy link
Owner

stchang commented Jun 26, 2017

The algorithms are mostly standard imperative algorithms, i.e., lots of mutation. I'm ok if you want to make improvements to the docs but I'm not sure this is the right place. If programmers are not already being careful when utilizing threads then I'm not sure a warning in a random library's docs will help them much.

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

2 participants