Skip to content

docs+examples: pub/sub broadcast example (one-to-many) - #4

Merged
mash180sx merged 1 commit into
mainfrom
docs/pubsub-example
Jul 18, 2026
Merged

docs+examples: pub/sub broadcast example (one-to-many)#4
mash180sx merged 1 commit into
mainfrom
docs/pubsub-example

Conversation

@mash180sx

Copy link
Copy Markdown
Contributor

Adds a pubsub example: a Hub broadcasts to N subscribers. Shows that ActorRef is Clone + Send so it can be passed inside messages (subscription). Rounds out the general-purpose pattern set. Guide §4.5 + README table updated. Run-verified.

🤖 Generated with Claude Code

ActorRef は Clone+Send = メッセージに載せて渡せる → 購読登録。Hub が購読者リストを単一所有で
持ち Publish を全員に try_send。汎用パターンの網羅を広げる。ガイド §4.5 + README 表に追加。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mash180sx
mash180sx merged commit 3633e7b into main Jul 18, 2026
3 checks passed
@mash180sx
mash180sx deleted the docs/pubsub-example branch July 18, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant