pub fn check_event<R>(
event: &ActionQueueEvent,
registry: &R,
) -> Vec<SubscriptionId>where
R: SubscriptionSource,Expand description
Checks a ActionQueueEvent against all active subscriptions in registry.
Returns the IDs of subscriptions whose filters match the event. Used by the dispatch loop to trigger task promotions when events fire.