Expand description
In-memory subscription state registry.
Tracks the lifecycle of event subscriptions: active, triggered, canceled. The dispatch loop consults this registry to:
- Find tasks with triggered subscriptions for early promotion.
- Match new events against active subscriptions.
Structsยง
- Subscription
Entry - State record for a single subscription.
- Subscription
Registry - In-memory registry of event subscriptions.