bevy_tokio_tasks

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 Bevy schedule stage this system executes in by specifying a custom schedule_label value.