Add GroupRegistry for named actor groups. Actors join/leave groups via rt.join_group() / ctx.join_group(), and messages can be broadcast to all members via rt.publish_to() / ctx.publish(). Groups auto-create on first join, auto-delete when empty, and members are auto-removed on death. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| proptest_runtime.rs | ||
| runtime_api.rs | ||
| test_python.py | ||
| transport_api.rs | ||