tick_runtime_update

Function tick_runtime_update 

Source
pub fn tick_runtime_update(world: &mut World)
Expand description

The Bevy exclusive system which executes the main thread callbacks that background tasks requested using run_on_main_thread. You can control which [CoreStage] this system executes in by specifying a custom tick_stage value.