We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, mods are ticked in series. It should be relatively trivial to tick them in parallel. See Query::par_for_each
Query::par_for_each
The text was updated successfully, but these errors were encountered:
This is blocked until Bevy releases 0.10 par_for_each isn't an iterator, so collecting the results of the ticks is more annoying than it's worth
par_for_each
Sorry, something went wrong.
The parallel iterator isn't an iterator. I will need to make a PR on Bevy to enable this feature.
BrandonDyer64
No branches or pull requests
Currently, mods are ticked in series. It should be relatively trivial to tick them in parallel.
See
Query::par_for_each
The text was updated successfully, but these errors were encountered: