-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Threads.@threads doesn't play nicely with Iterators.product #52343
Comments
While a normal for loop just iterates over the set, the threaded one has to be able to index it. At present that's not defined for See e.g. #48745 for discussion about indexing |
I think this could be solved with #52096 |
With 1.11/#52096, the
Does this solve the issue? |
Yes it does, thanks. |
Should we expect the following to error?
The text was updated successfully, but these errors were encountered: