Cross-fiber notification uses Channel
Platform spec ADR
Cross-fiber notification uses Channel
Spec standingStandard
- No directly attached article pages for this node.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”event multicast is defined for ownership within one fiber; UI/IO delivery across fibers needs a defined transport.
Decision
Section titled “Decision”Delivering notifications to another fiber must use Channel<T> (or coordination primitives), not language event delivery across fiber boundaries.
Consequences
Section titled “Consequences”Events stays single-fiber; console and host specs reference channels for cross-fiber IO.