swactor/docs
Developer 473999d1df feat: actor watching — local death notifications
Add watch/unwatch API to the actor system so actors can monitor each
other's liveness. When a watched actor dies (panic or stop), watchers
receive an ActorExited notification via on_actor_exit().

- ExitReason enum (Stopped, Panicked, NodeDown) and ActorExited struct
- ContextInner::watch()/unwatch() + Ctx typed wrappers
- ActorInterface::on_actor_exit() default method (system message fallback)
- WatchRegistry in worker with bidirectional tracking
- Death notification dispatch as phase 5b in tick_once
- Runtime-level watch for external callers
- 10 behavioral tests in tests/watch_api.rs
- Design documents for OS features in docs/os-design/

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 07:25:27 +00:00
..
connectome feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
development_history feat: wasm actor crate — run WebAssembly guests inside swactor actors 2026-02-13 07:19:09 +00:00
os-design feat: actor watching — local death notifications 2026-02-13 07:25:27 +00:00
actor-model.md feat: docs and README (#13) 2026-02-06 17:12:04 +00:00
actor_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
actor_resolution.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
architecture.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
channels.md feat: docs and README (#13) 2026-02-06 17:12:04 +00:00
connectome.md feat: refactor based on spectral spectral_analysis 2026-02-07 17:36:45 +07:00
dataflow.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
distribution.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
distribution_minor_flows.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
kademlia.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
message_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
render_docs.sh feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
runtime.md major feature update 2026-02-13 07:11:24 +00:00
runtime_lifecycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
swim.md feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
swim_probe_cycle.svg feat: distributed runtime (#30) 2026-02-12 09:13:50 +00:00
tick_cycle.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport.md feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport_encode_decode.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
transport_routing.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
type_erasure.svg feat: transport protocol (#27) 2026-02-09 19:05:37 +00:00
wasm-actor.md feat: wasm actor crate — run WebAssembly guests inside swactor actors 2026-02-13 07:19:09 +00:00
worker-thread.md major feature update 2026-02-13 07:11:24 +00:00