Skip to main content

check_event

Function check_event 

Source
pub fn check_event<R>(
    event: &ActionQueueEvent,
    registry: &R,
) -> Vec<SubscriptionId>
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.