#Do multiple `add_systems` calls with same `ScheduleLabel` run systems in parallel?

2 messages · Page 1 of 1 (latest)

grim geyser
#

Do multiple add_systems calls using the same ScheduleLabel run the systems in parallel? I'm adding multiple systems to the Main ScheduleLabel through add_systems calls in different places. Would these systems still run in parallel amongst one another?

#

Do multiple add_systems calls with same ScheduleLabel run systems in parallel?