-
Notifications
You must be signed in to change notification settings - Fork 8
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
Question: is coro thread safe? #44
Comments
From a cursory look, if (of course coro is threadsafe but I'm not sure what you mean by this) |
Sorry - one point is missing in the example, i.e. that |
I'm not sure how this code works or what it tries to achieve and I can't help you without an actual reprex. (Even with one I'm a bit swamped currently.) But I don't think coro is the culprit here. |
OK - thanks. I will look at it and come back to you when needed. |
I have the following code, where the generator and the looping over the generated function is executed in parallel for different values.
now the lockfile (indicated in the code) is sometimes not deleted after the completion.
Therefore my question: is the usage of coro in a parallel processin=g environment safe, i.e. is cor thread safe?
Thanks,
Rainer
The text was updated successfully, but these errors were encountered: