# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
ErrGroup is a replica of a standard errgroup with panic handling and custom logging it allows to run multiple goroutines and wait unless all finished either one of them failed Once one fail, all other are cancelled at once.
Goroutine provides a wrapper around native GO goroutine with panic recovery and retry support.