bevy/crates/bevy_ecs/src/system/commands
Demiu 263ab9424d Remove Sync bound from Command (#5871)
Unless I'm mistaken it is unnecessary, Commands are never accessed from two threads simultaneously. It unnecessarily restricts Command structs
2022-09-27 18:34:33 +00:00
..
command_queue.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
mod.rs Remove Sync bound from Command (#5871) 2022-09-27 18:34:33 +00:00
parallel_scope.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00