You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces the map-then-aggregate pattern with a simpler loop
that calls `add_dependent!` on a single `ServiceResult`. Since
`add_dependent!` automatically propagates failure via
`merge_success!`, no separate aggregation step is needed.
0 commit comments