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

Implement upstream event emitters in ModuleContainer #91

Merged
merged 5 commits into from
Jan 8, 2024

Conversation

rpanic
Copy link
Member

@rpanic rpanic commented Dec 28, 2023

This PR enables ModuleContainers to collect and aggregate all events emitted by its children modules in a type-safe way.
This allows for users to listen to events on a container while the event is actually dispatched from one of the modules inside the container (or further down the container tree).

@maht0rz maht0rz merged commit 04f2a32 into develop Jan 8, 2024
2 of 4 checks passed
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.

2 participants