Observer execution flow
Open
A-ECS
C-Docs
S-Ready-For-Implementation
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## How can Bevy's documentation be improved?
The [existing observer](https://docs.rs/bevy/latest/bevy/ecs/observer/struct.Observer.html) docs do not explain the execution flow of observers when triggered within systems.
It would be great to have a thorough outline of what executes and when, when a system's deferred commands are applied (and then recursively when observers are triggered).
Contributor guide
Assessment
This issue has not been assessed yet.