EMRY-006: Event bus (pub/sub) #7

Closed
opened 2026-06-24 00:20:44 +00:00 by vxfemboy · 1 comment
vxfemboy commented 2026-06-24 00:20:44 +00:00 (Migrated from github.com)

EventBus fan-out

Tasks

  • publish(Event) non-blocking
  • subscribe() -> Receiver<Event>
  • Multiple subscribers receive same event
  • Test: 2 subscribers, 100 events

Acceptance

  • Used by engine (M1) and TUI (M2)

Depends on: EMRY-002
Estimate: 4h

## EventBus fan-out ### Tasks - [ ] `publish(Event)` non-blocking - [ ] `subscribe() -> Receiver<Event>` - [ ] Multiple subscribers receive same event - [ ] Test: 2 subscribers, 100 events ### Acceptance - [ ] Used by engine (M1) and TUI (M2) **Depends on:** EMRY-002 **Estimate:** 4h
vxfemboy commented 2026-06-25 11:45:36 +00:00 (Migrated from github.com)

Completed and merged in PR #54.

Completed and merged in PR #54.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
femboy/emry#7
No description provided.