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 error handling to Go routines #12

Open
ldougbmx opened this issue Mar 7, 2022 · 0 comments
Open

Add error handling to Go routines #12

ldougbmx opened this issue Mar 7, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed medium effort

Comments

@ldougbmx
Copy link
Collaborator

ldougbmx commented Mar 7, 2022

Go routines are not checking for any failures. errgroup.WithContext can allow the code to return an error in a Go routine so it will abort all other Go routines.

@ldougbmx ldougbmx added the enhancement New feature or request label Mar 7, 2022
@lyledouglass lyledouglass added help wanted Extra attention is needed good first issue Good for newcomers medium effort labels Jul 19, 2022
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 help wanted Extra attention is needed medium effort
Projects
Status: Todo
Development

No branches or pull requests

2 participants