Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filtered events #1

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Filtered events #1

merged 3 commits into from
Nov 26, 2024

Conversation

LambdAurora
Copy link
Member

Filtered events are a specific kind of events which can have a subset of listeners which can be invoked reliably based on a specific context, this allows to avoid to mix too many unrelated listeners together and might improve in some specific critical cases invocation performances.

Hopefully this implementation respect its constraints and is performant even during listener registration propagation, while not breaking apart the base event implementation.

@LambdAurora LambdAurora added the enhancement New feature or request label Nov 13, 2024
@LambdAurora LambdAurora merged commit 85afdf6 into main Nov 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant