Commit Graph

2 Commits

Author SHA1 Message Date
bytemuck 055f0f51af Added register_boxed_system to Commands. (#24213)
# Objective

Fixes #24017 

## Solution

Added `register_boxed_system` to `Commands`.

## Testing

- Modified `callbacks` example to show our new `register_boxed_system`
method.

---------

Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
2026-05-22 14:21:58 +00:00
Alice Cecile 8b2dfb5464 Add an example demonstrating callbacks with one-shot systems (#23197)
# Objective

This is a powerful pattern, but figuring out the exact incantation to
call can be quite challenging!

## Solution

Write a little prototype, turn it into a full example!

## Testing

`cargo run --example callbacks`

---------

Co-authored-by: Chris Biscardi <chris@christopherbiscardi.com>
2026-03-03 17:36:33 +00:00