Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bevy_ecs::schedule::executor_parallel::system span management (be…
…vyengine#2905) # Objective - Fixes bevyengine#2904 (see for context) ## Solution - Simply hoist span creation out of the threaded task - Confirmed to solve the issue locally Now all events have the full span parent tree up through `bevy_ecs::schedule::stage` all the way to `bevy_app::app::bevy_app` (and its parents in bevy-consumer code, if any).
- Loading branch information