Stop a dispatcher from continuing to propagate an event that has been "handled". I.e. Consuming an event. #1309
Unanswered
reworks-org
asked this question in
Q&A
Replies: 1 comment
-
|
I tried to figure a way to address it, but I can't easily find one that does not affect performance too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way to interrupt the dispatcher when its calling all listeners for a subscribed event if that event has been marked as handled?
Basically lets say I click on the UI, and its a valid button, I want that button to "consume" that event without having it pushed to other subscribers.
Beta Was this translation helpful? Give feedback.
All reactions