swactor/CLAUDE/notes
Developer 902471b1f4 feat: ask pattern for typed request-response (Cycle 15)
Add Runtime::ask() and Ask<R> wrapper for convenient request-response.
Creates a temporary inbox, sends the request (with reply address via
closure), and provides recv_ticking() for automatic tick-until-response.
Purely sugar over the existing inbox pattern — no implicit auto-reply.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 13:26:59 +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: ask pattern for typed request-response (Cycle 15) 2026-02-12 13:26:59 +00:00
research_synthesis.md feat: lifecycle hooks (on_start/on_stop) and graceful actor stop 2026-02-12 12:27:08 +00:00