Add error handling to Go routines #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
medium effort
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.
The text was updated successfully, but these errors were encountered: