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

Using list.append() with parallel=True fails as it is not thread-safe #2408

Open
stuartarchibald opened this issue Jun 13, 2017 · 2 comments

Comments

@stuartarchibald
Copy link
Contributor

With the work on prange allowing multiple threads to append to a list, the lack of thread-safety in list.append whilst in NPM is a problem. Brief note here #2391

@stuartarchibald
Copy link
Contributor Author

@tigercoding56
Copy link

is there a way to append some data to a list that is threadsafe ?

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

No branches or pull requests

3 participants