Skip to content

containerlist; try with errgroup#1

Merged
ctalledo merged 2 commits intoctalledo:47581-fixfrom
thaJeztah:try_errgroup
Feb 5, 2025
Merged

containerlist; try with errgroup#1
ctalledo merged 2 commits intoctalledo:47581-fixfrom
thaJeztah:try_errgroup

Conversation

@thaJeztah
Copy link

See what it looks like if we use an errgroup instead of manually handling concurrency with a waitgroup + channels.

Also replacing the results channel for a slice + mutex

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

See what it looks like if we use an errgroup instead of manually
handling concurrency with a waitgroup + channels.

Also replacing the results channel for a slice + mutex

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
had this locally as well from the review; let me push :D

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@ctalledo ctalledo merged commit 8c8891c into ctalledo:47581-fix Feb 5, 2025
@thaJeztah thaJeztah deleted the try_errgroup branch February 5, 2025 09:20
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