Add NameRegistry (String → ActorAddress) to delivery.rs with forward and reverse maps for O(1) lookup and cleanup. Actors can be spawned with names via rt.spawn_named() / ctx.spawn_named(), looked up via where_is(), and names are automatically freed when actors stop or panic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| proptest_runtime.rs | ||
| runtime_api.rs | ||
| test_python.py | ||
| transport_api.rs | ||