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

Cluster event hooks are coroutines #32

Merged
merged 2 commits into from
Jun 6, 2020
Merged

Conversation

pfreixes
Copy link
Collaborator

@pfreixes pfreixes commented Jun 6, 2020

Move from single functions to coroutines, which would allow the user to
a richer behaviour within the loop and considering that the events would
happen theoretically from time to time, in any case for avoid pause the
emcache driver the events are dispathed in a separated task.

Move from single functions to coroutines, which would allow the user to
a richer behaviour within the loop and considering that the events would
happen theoretically from time to time, in any case for avoid pause the
emcache driver the events are dispathed in a separated task.
@pfreixes pfreixes merged commit e42ed8b into master Jun 6, 2020
@pfreixes pfreixes deleted the cluster_events_async branch June 6, 2020 21:18
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