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

Refactor event listener to use async instead of Dispatcher #33

Merged
merged 5 commits into from
Nov 29, 2022

Conversation

armanbilge
Copy link
Owner

The hope is that this change will reduce the overhead to setup a listener.

This is a moderate change in semantics: events are no longer queued up unboundedly. Instead the downstream must pull to subscribe to the next event.

@armanbilge armanbilge merged commit d8ed689 into main Nov 29, 2022
@armanbilge armanbilge deleted the pr/event-listener-without-dispatcher branch November 29, 2022 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant