swactor/src
Developer 771c38c863 feat: OneForAll and RestForOne supervisor strategies (Cycle 18)
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>
2026-02-12 14:12:28 +00:00
..
actor.rs feat: OneForAll and RestForOne supervisor strategies (Cycle 18) 2026-02-12 14:12:28 +00:00
channel.rs fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
config.rs feat: per-actor mailbox backpressure with configurable overflow 2026-02-12 11:54:16 +00:00
delivery.rs feat: actor groups with pub-sub broadcast (Cycle 14) 2026-02-12 13:22:35 +00:00
error.rs fix: stats datatypes and refactor channel signature (#28) 2026-02-10 07:35:58 +00:00
lib.rs feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
runtime.rs feat: ask pattern for typed request-response (Cycle 15) 2026-02-12 13:26:59 +00:00
stats.rs feat: lifecycle hooks (on_start/on_stop) and graceful actor stop 2026-02-12 12:27:08 +00:00
transport.rs feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
worker.rs feat: actor groups with pub-sub broadcast (Cycle 14) 2026-02-12 13:22:35 +00:00