macro_rules! run_async_executor {
    () => { ... };
}
Expand description

SystemConfigs for running the async executor once.

§Example

app.add_systems(Update, run_async_executor!()
    .after(some_other_system))