You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the migration to hecs/bevy_ecs is complete, we no longer have parallel system execution. bevy_ecs does have a naive dependency-unaware parallel scheduler (just to prove that the interfaces work), but we need to now take into account read/write resource and component dependencies.
The text was updated successfully, but these errors were encountered:
Now that the migration to hecs/bevy_ecs is complete, we no longer have parallel system execution. bevy_ecs does have a naive dependency-unaware parallel scheduler (just to prove that the interfaces work), but we need to now take into account read/write resource and component dependencies.
The text was updated successfully, but these errors were encountered: