Commit e58fed4
committed
docs(v3): ractor helper-scope ruling + ownership compile attestation
Operator ruling folded: ractor is not for messaging (slow) but may serve
as a HELPER where it makes sense (spawn, supervision, occasional
serialized control RPC) — speed difference always in mind; hot-path
dispatch belongs to the D-V3-W2e-probed ExecTarget.
Compile attestation recorded: KanbanActor<O: MailboxSoaOwner> with
type State = O — the owner MOVES into the actor at pre_start, so the
compiler enforces sole mutation through the serialized message loop.
cargo test -p lance-graph-supervisor --features supervisor: 22 tests
green against the AdaWorldAPI ractor fork.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MLBnPuScZy6w9di2QEjsXM1 parent 10749d5 commit e58fed4
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments