swactor/CLAUDE/notes
Developer c688f0a60e feat: Router actor for pooled message distribution (Cycle 19)
Add Router<M> actor that manages a pool of identical workers and
distributes incoming messages via configurable routing strategies:
RoundRobin, Random, and Broadcast. Workers are monitored and
auto-replaced on failure with meltdown protection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 14:21:03 +00:00
..
baseline_benchmarks.md feat: per-actor message budget for tick fairness 2026-02-12 11:11:30 +00:00
constraints.md feat: per-actor message budget for tick fairness 2026-02-12 11:11:30 +00:00
progress.md feat: Router actor for pooled message distribution (Cycle 19) 2026-02-12 14:21:03 +00:00
research_synthesis.md feat: lifecycle hooks (on_start/on_stop) and graceful actor stop 2026-02-12 12:27:08 +00:00