bevy/crates/bevy_app
B_head f213c14d90
Fix not calling App::finish and App::cleanup in ScheduleRunnerPlugin (#9054)
This pull request is mutually exclusive with #9066.

# Objective

Complete the initialization of the plugin in `ScheduleRunnerPlugin`.

## Solution

Wait for asynchronous tasks to complete, then `App::finish` and
`App::cleanup` in the runner function.
2023-07-09 04:25:12 +00:00
..
src Fix not calling App::finish and App::cleanup in ScheduleRunnerPlugin (#9054) 2023-07-09 04:25:12 +00:00
Cargo.toml correctly setup everything in the default run_once runner (#8740) 2023-06-05 20:54:12 +00:00