package
0.0.0-202411202249
Repository: https://github.com/alibay/go-kit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewGroup returns a new Group and an associated Context derived from ctx.

# 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.