bevy/crates/bevy_ecs/src/system/commands
JoJoJet bb9706c96f Document exotic patterns for Commands and Events (#4840)
# Objective

Improve documentation, information users of the limitations in bevy's idiomatic patterns, and suggesting alternatives for when those limitations are encountered.

## Solution

* Add documentation to `Commands` informing the user of the option of writing one-shot commands with closures.
* Add documentation to `EventWriter` regarding the limitations of event types, and suggesting alternatives using commands.
2022-07-13 14:40:52 +00:00
..
command_queue.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
mod.rs Document exotic patterns for Commands and Events (#4840) 2022-07-13 14:40:52 +00:00
parallel_scope.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00