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

Add PodGroup #37

Open
cohix opened this issue Jun 13, 2021 · 0 comments
Open

Add PodGroup #37

cohix opened this issue Jun 13, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@cohix
Copy link
Contributor

cohix commented Jun 13, 2021

Something to collect multiple pods, like in cases where you need to watch multiple message types and need to keep references to multiple pods.

Something like:

pods := g.PodGroup()

pods.New().On(...)
pods.New().OnType(...)

It would still be safe since pods retains the pod object so you don't have to if you don't want to.

@cohix cohix added enhancement New feature or request good first issue Good for newcomers labels Jun 13, 2021
@danielledeleo danielledeleo self-assigned this Aug 17, 2021
@danielledeleo danielledeleo removed their assignment May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants