Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add test for nested scopes (bevyengine#10026)
# Objective - When I've tested alternative async executors with bevy a common problem is that they deadlock when we try to run nested scopes. i.e. running a multithreaded schedule from inside another multithreaded schedule. This adds a test to bevy_tasks for that so the issue can be spotted earlier while developing. ## Changelog - add a test for nested scopes.
- Loading branch information