Add coordinated restart strategies to the Supervisor actor. OneForAll restarts all children when one fails; RestForOne restarts the failed child and all children after it in spec order. Uses a SupervisorPhase state machine to coordinate stop signals and Down confirmations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| actor.rs | ||
| channel.rs | ||
| config.rs | ||
| delivery.rs | ||
| error.rs | ||
| lib.rs | ||
| runtime.rs | ||
| stats.rs | ||
| transport.rs | ||
| worker.rs | ||